active24.toml raw
1 Name = "Active24"
2 Description = ''''''
3 URL = "https://www.active24.cz"
4 Code = "active24"
5 Since = "v4.23.0"
6
7 Example = '''
8 ACTIVE24_API_KEY="xxx" \
9 ACTIVE24_SECRET="yyy" \
10 lego --dns active24 -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 ACTIVE24_API_KEY = "API key"
16 ACTIVE24_SECRET = "Secret"
17 [Configuration.Additional]
18 ACTIVE24_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
19 ACTIVE24_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
20 ACTIVE24_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
21 ACTIVE24_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
22
23 [Links]
24 API = "https://rest.active24.cz/v2/docs"
25 APIv1 = "https://rest.active24.cz/docs/v1.service#services"
26