axelname.toml raw
1 Name = "Axelname"
2 Description = ''''''
3 URL = "https://axelname.ru"
4 Code = "axelname"
5 Since = "v4.23.0"
6
7 Example = '''
8 AXELNAME_NICKNAME="yyy" \
9 AXELNAME_TOKEN="xxx" \
10 lego --dns axelname -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 AXELNAME_NICKNAME = "Account nickname"
16 AXELNAME_TOKEN = "API token"
17 [Configuration.Additional]
18 AXELNAME_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
19 AXELNAME_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
20 AXELNAME_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
21 AXELNAME_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
22
23 [Links]
24 API = "https://axelname.ru/static/content/files/axelname_api_rest_lite.pdf"
25