1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-24 14:26:28 +02:00
lego/providers/dns/nifcloud/nifcloud.toml
2025-01-11 15:35:31 +01:00

25 lines
897 B
TOML

Name = "NIFCloud"
Description = ''''''
URL = "https://www.nifcloud.com/"
Code = "nifcloud"
Since = "v1.1.0"
Example = '''
NIFCLOUD_ACCESS_KEY_ID=xxxx \
NIFCLOUD_SECRET_ACCESS_KEY=yyyy \
lego --email you@example.com --dns nifcloud -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
NIFCLOUD_ACCESS_KEY_ID = "Access key"
NIFCLOUD_SECRET_ACCESS_KEY = "Secret access key"
[Configuration.Additional]
NIFCLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
NIFCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
NIFCLOUD_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
NIFCLOUD_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://mbaas.nifcloud.com/doc/current/rest/common/format.html"