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