2019-03-08 18:47:06 +00:00
|
|
|
Name = "ClouDNS"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.cloudns.net"
|
|
|
|
Code = "cloudns"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v2.3.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-11-27 19:40:44 +00:00
|
|
|
Example = '''
|
|
|
|
CLOUDNS_AUTH_ID=xxxx \
|
|
|
|
CLOUDNS_AUTH_PASSWORD=yyyy \
|
|
|
|
lego --email myemail@example.com --dns cloudns --domains my.example.org run
|
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
CLOUDNS_AUTH_ID = "The API user ID"
|
|
|
|
CLOUDNS_AUTH_PASSWORD = "The password for API user ID"
|
|
|
|
[Configuration.Additional]
|
2020-03-25 08:34:23 +00:00
|
|
|
CLOUDNS_SUB_AUTH_ID = "The API sub user ID"
|
2019-03-08 18:47:06 +00:00
|
|
|
CLOUDNS_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
CLOUDNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
CLOUDNS_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
CLOUDNS_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://www.cloudns.net/wiki/article/42/"
|