2022-09-19 11:40:45 +02:00
|
|
|
Name = "Yandex PDD"
|
2022-09-17 11:04:54 +02:00
|
|
|
Description = '''
|
|
|
|
'''
|
2022-09-19 11:40:45 +02:00
|
|
|
URL = "https://pdd.yandex.com"
|
2020-04-27 19:58:18 +02:00
|
|
|
Code = "yandex"
|
|
|
|
Since = "v3.7.0"
|
|
|
|
|
|
|
|
Example = '''
|
|
|
|
YANDEX_PDD_TOKEN=<your PDD Token> \
|
2024-11-07 23:55:04 +01:00
|
|
|
lego --email you@example.com --dns yandex -d '*.example.com' -d example.com run
|
2020-04-27 19:58:18 +02:00
|
|
|
'''
|
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
YANDEX_PDD_TOKEN = "Basic authentication username"
|
|
|
|
[Configuration.Additional]
|
2025-01-11 15:35:31 +01:00
|
|
|
YANDEX_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
|
|
YANDEX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
|
|
YANDEX_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 21600)"
|
|
|
|
YANDEX_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
2020-04-27 19:58:18 +02:00
|
|
|
|
|
|
|
[Links]
|
2022-09-19 11:40:45 +02:00
|
|
|
API = "https://yandex.com/dev/domain/doc/concepts/api-dns.html"
|