stackpath.toml raw
1 Name = "Stackpath"
2 Description = ''''''
3 URL = "https://www.stackpath.com/"
4 Code = "stackpath"
5 Since = "v1.1.0"
6
7 Example = '''
8 STACKPATH_CLIENT_ID=xxxxx \
9 STACKPATH_CLIENT_SECRET=yyyyy \
10 STACKPATH_STACK_ID=zzzzz \
11 lego --dns stackpath -d '*.example.com' -d example.com run
12 '''
13
14 [Configuration]
15 [Configuration.Credentials]
16 STACKPATH_CLIENT_ID = "Client ID"
17 STACKPATH_CLIENT_SECRET = "Client secret"
18 STACKPATH_STACK_ID = "Stack ID"
19 [Configuration.Additional]
20 STACKPATH_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
21 STACKPATH_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
22 STACKPATH_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
23
24 [Links]
25 API = "https://developer.stackpath.com/en/api/dns/#tag/Zone"
26