yandex.toml 812 B

1234567891011121314151617181920212223
  1. Name = "Yandex PDD"
  2. Description = '''
  3. '''
  4. URL = "https://pdd.yandex.com"
  5. Code = "yandex"
  6. Since = "v3.7.0"
  7. Example = '''
  8. YANDEX_PDD_TOKEN=<your PDD Token> \
  9. lego --email you@example.com --dns yandex -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. YANDEX_PDD_TOKEN = "Basic authentication username"
  14. [Configuration.Additional]
  15. YANDEX_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  16. YANDEX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  17. YANDEX_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 21600)"
  18. YANDEX_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  19. [Links]
  20. API = "https://yandex.com/dev/domain/doc/concepts/api-dns.html"