syse.toml raw
1 Name = "Syse"
2 Description = ''''''
3 URL = "https://www.syse.no/"
4 Code = "syse"
5 Since = "v4.30.0"
6
7 Example = '''
8 SYSE_CREDENTIALS=example.com:password \
9 lego --dns syse -d '*.example.com' -d example.com run
10
11 SYSE_CREDENTIALS=example.org:password1,example.com:password2 \
12 lego --dns syse -d '*.example.org' -d example.org -d '*.example.com' -d example.com
13 '''
14
15 [Configuration]
16 [Configuration.Credentials]
17 SYSE_CREDENTIALS = "Comma-separated list of `zone:password` credential pairs"
18 [Configuration.Additional]
19 SYSE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
20 SYSE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 1200)"
21 SYSE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
22 SYSE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
23
24 [Links]
25 API = "https://www.syse.no/api/dns"
26