yandex.toml 701 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 --domains my.example.org 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"
  16. YANDEX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  17. YANDEX_HTTP_TIMEOUT = "API request timeout"
  18. YANDEX_TTL = "The TTL of the TXT record used for the DNS challenge"
  19. [Links]
  20. API = "https://yandex.com/dev/domain/doc/concepts/api-dns.html"