simply.toml raw
1 Name = "Simply.com"
2 Description = ''''''
3 URL = "https://www.simply.com/en/domains/"
4 Code = "simply"
5 Since = "v4.4.0"
6
7 Example = '''
8 SIMPLY_ACCOUNT_NAME=xxxxxx \
9 SIMPLY_API_KEY=yyyyyy \
10 lego --dns simply -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 SIMPLY_ACCOUNT_NAME = "Account name"
16 SIMPLY_API_KEY = "API key"
17 [Configuration.Additional]
18 SIMPLY_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
19 SIMPLY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
20 SIMPLY_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
21 SIMPLY_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
22
23 [Links]
24 API = "https://www.simply.com/en/docs/api/"
25 Spec = "https://generator.swagger.io/?url=https://api.simply.com/2/openapi.json#/"
26