googledomains.toml 777 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 -d '*.example.com' -d example.com 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 in seconds (Default: 2)"
  15. GOOGLE_DOMAINS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
  16. GOOGLE_DOMAINS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  17. [Links]
  18. GoClient = "https://github.com/googleapis/google-api-go-client"