godaddy.toml 732 B

123456789101112131415161718192021222324
  1. Name = "Go Daddy"
  2. Description = ''''''
  3. URL = "https://godaddy.com"
  4. Code = "godaddy"
  5. Since = "v0.5.0"
  6. Example = '''
  7. GODADDY_API_KEY=xxxxxxxx \
  8. GODADDY_API_SECRET=yyyyyyyy \
  9. lego --email you@example.com --dns godaddy --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. GODADDY_API_KEY = "API key"
  14. GODADDY_API_SECRET = "API secret"
  15. [Configuration.Additional]
  16. GODADDY_POLLING_INTERVAL = "Time between DNS propagation check"
  17. GODADDY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  18. GODADDY_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. GODADDY_HTTP_TIMEOUT = "API request timeout"
  20. [Links]
  21. API = "https://developer.godaddy.com/doc/endpoint/domains"