1 Name = "webnames.ru"
2 Description = ''''''
3 URL = "https://www.webnames.ru/"
4 Code = "webnames"
5 Aliases = ["webnamesru"]
6 Since = "v4.15.0"
7 8 Example = '''
9 WEBNAMESRU_API_KEY=xxxxxx \
10 lego --dns webnamesru -d '*.example.com' -d example.com run
11 '''
12 13 Additional = '''
14 ## API Key
15 16 To obtain the key, you need to change the DNS server to `*.nameself.com`: Personal account / My domains and services / Select the required domain / DNS servers
17 18 The API key can be found: Personal account / My domains and services / Select the required domain / Zone management / acme.sh or certbot settings
19 '''
20 21 [Configuration]
22 [Configuration.Credentials]
23 WEBNAMESRU_API_KEY = "Domain API key"
24 [Configuration.Additional]
25 WEBNAMESRU_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
26 WEBNAMESRU_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
27 WEBNAMESRU_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
28 29 [Links]
30 API = "https://github.com/regtime-ltd/certbot-dns-webnames"
31