googledomains.toml 693 B

12345678910111213141516171819202122
  1. Name = "Google Domains"
  2. Description = ''''''
  3. URL = "https://domains.google"
  4. Code = "googledomains"
  5. Since = "v4.11.0"
  6. Example = '''
  7. GOOGLE_DOMAINS_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
  8. lego --email you@example.com --dns googledomains --domains my.example.org run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. GOOGLE_DOMAINS_ACCESS_TOKEN = "Access token"
  13. [Configuration.Additional]
  14. GOOGLE_DOMAINS_POLLING_INTERVAL = "Time between DNS propagation check"
  15. GOOGLE_DOMAINS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  16. GOOGLE_DOMAINS_HTTP_TIMEOUT = "API request timeout"
  17. [Links]
  18. GoClient = "https://github.com/googleapis/google-api-go-client"