2019-03-08 18:47:06 +00:00
|
|
|
Name = "NIFCloud"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.nifcloud.com/"
|
|
|
|
Code = "nifcloud"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v1.1.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-11-27 19:40:44 +00:00
|
|
|
Example = '''
|
|
|
|
NIFCLOUD_ACCESS_KEY_ID=xxxx \
|
|
|
|
NIFCLOUD_SECRET_ACCESS_KEY=yyyy \
|
2022-06-16 22:25:42 +00:00
|
|
|
lego --email you@example.com --dns nifcloud --domains my.example.org run
|
2020-11-27 19:40:44 +00:00
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[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"
|
|
|
|
NIFCLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
NIFCLOUD_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
NIFCLOUD_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://mbaas.nifcloud.com/doc/current/rest/common/format.html"
|