yandex360.toml 918 B

12345678910111213141516171819202122232425
  1. Name = "Yandex 360"
  2. Description = '''
  3. '''
  4. URL = "https://360.yandex.ru"
  5. Code = "yandex360"
  6. Since = "v4.14.0"
  7. Example = '''
  8. YANDEX360_OAUTH_TOKEN=<your OAuth Token> \
  9. YANDEX360_ORG_ID=<your organization ID> \
  10. lego --email you@example.com --dns yandex360 -d '*.example.com' -d example.com run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. YANDEX360_OAUTH_TOKEN = "The OAuth Token"
  15. YANDEX360_ORG_ID = "The organization ID"
  16. [Configuration.Additional]
  17. YANDEX360_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  18. YANDEX360_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  19. YANDEX360_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 21600)"
  20. YANDEX360_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  21. [Links]
  22. API = "https://yandex.ru/dev/api360/doc/ref/DomainDNSService.html"