rackspace.toml raw

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