glesys.toml raw
1 Name = "Glesys"
2 Description = ''''''
3 URL = "https://glesys.com/"
4 Code = "glesys"
5 Since = "v0.5.0"
6
7 Example = '''
8 GLESYS_API_USER=xxxxx \
9 GLESYS_API_KEY=yyyyy \
10 lego --dns glesys -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 GLESYS_API_USER = "API user"
16 GLESYS_API_KEY = "API key"
17 [Configuration.Additional]
18 GLESYS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
19 GLESYS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 1200)"
20 GLESYS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
21 GLESYS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
22
23 [Links]
24 API = "https://github.com/GleSYS/API/wiki/API-Documentation"
25