rackspace.toml 847 B

123456789101112131415161718192021222324
  1. Name = "Rackspace"
  2. Description = ''''''
  3. URL = "https://www.rackspace.com/"
  4. Code = "rackspace"
  5. Since = "v0.4.0"
  6. Example = '''
  7. RACKSPACE_USER=xxxx \
  8. RACKSPACE_API_KEY=yyyy \
  9. lego --email you@example.com --dns rackspace -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. RACKSPACE_USER = "API user"
  14. RACKSPACE_API_KEY = "API key"
  15. [Configuration.Additional]
  16. RACKSPACE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 3)"
  17. RACKSPACE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18. RACKSPACE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  19. RACKSPACE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  20. [Links]
  21. API = "https://developer.rackspace.com/docs/cloud-dns/v1/"