gandiv5.toml 877 B

1234567891011121314151617181920212223
  1. Name = "Gandi Live DNS (v5)"
  2. Description = ''''''
  3. URL = "https://www.gandi.net"
  4. Code = "gandiv5"
  5. Since = "v0.5.0"
  6. Example = '''
  7. GANDIV5_PERSONAL_ACCESS_TOKEN=abcdefghijklmnopqrstuvwx \
  8. lego --email you@example.com --dns gandiv5 -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. GANDIV5_PERSONAL_ACCESS_TOKEN = "Personal Access Token"
  13. GANDIV5_API_KEY = "API key (Deprecated)"
  14. [Configuration.Additional]
  15. GANDIV5_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
  16. GANDIV5_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 1200)"
  17. GANDIV5_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  18. GANDIV5_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  19. [Links]
  20. API = "https://api.gandi.net/docs/livedns/"