nifcloud.toml raw
1 Name = "NIFCloud"
2 Description = ''''''
3 URL = "https://www.nifcloud.com/"
4 Code = "nifcloud"
5 Since = "v1.1.0"
6
7 Example = '''
8 NIFCLOUD_ACCESS_KEY_ID=xxxx \
9 NIFCLOUD_SECRET_ACCESS_KEY=yyyy \
10 lego --dns nifcloud -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 NIFCLOUD_ACCESS_KEY_ID = "Access key"
16 NIFCLOUD_SECRET_ACCESS_KEY = "Secret access key"
17 [Configuration.Additional]
18 NIFCLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
19 NIFCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
20 NIFCLOUD_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
21 NIFCLOUD_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
22
23 [Links]
24 API = "https://mbaas.nifcloud.com/doc/current/rest/common/format.html"
25