alwaysdata.toml raw
1 Name = "Alwaysdata"
2 Description = ''''''
3 URL = "https://alwaysdata.com/"
4 Code = "alwaysdata"
5 Since = "v4.31.0"
6
7 Example = '''
8 ALWAYSDATA_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
9 lego --dns alwaysdata -d '*.example.com' -d example.com run
10 '''
11
12 [Configuration]
13 [Configuration.Credentials]
14 ALWAYSDATA_API_KEY = "API Key"
15 [Configuration.Additional]
16 ALWAYSDATA_ACCOUNT = "Account name"
17 ALWAYSDATA_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
18 ALWAYSDATA_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
19 ALWAYSDATA_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
20 ALWAYSDATA_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
21
22 [Links]
23 API = "https://help.alwaysdata.com/en/api/resources/"
24 APIDocDomains = "https://api.alwaysdata.com/v1/domain/doc/"
25 APIDocRecords = "https://api.alwaysdata.com/v1/record/doc/"
26 APIExamples = "https://help.alwaysdata.com/en/api/examples/"
27