2024-11-07 00:58:56 +02:00
|
|
|
Name = "CloudXNS (Deprecated)"
|
|
|
|
Description = '''
|
|
|
|
The CloudXNS DNS provider has shut down.
|
|
|
|
'''
|
|
|
|
URL = "https://github.com/go-acme/lego/issues/2323"
|
2019-03-08 20:47:06 +02:00
|
|
|
Code = "cloudxns"
|
2019-04-17 21:32:38 +02:00
|
|
|
Since = "v0.5.0"
|
2019-03-08 20:47:06 +02:00
|
|
|
|
2020-11-27 21:40:44 +02:00
|
|
|
Example = '''
|
|
|
|
CLOUDXNS_API_KEY=xxxx \
|
|
|
|
CLOUDXNS_SECRET_KEY=yyyy \
|
2024-11-08 00:55:04 +02:00
|
|
|
lego --email you@example.com --dns cloudxns -d '*.example.com' -d example.com run
|
2020-11-27 21:40:44 +02:00
|
|
|
'''
|
2019-03-08 20:47:06 +02:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
CLOUDXNS_API_KEY = "The API key"
|
2020-09-30 00:27:08 +02:00
|
|
|
CLOUDXNS_SECRET_KEY = "The API secret key"
|
2019-03-08 20:47:06 +02:00
|
|
|
[Configuration.Additional]
|
|
|
|
CLOUDXNS_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
CLOUDXNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
CLOUDXNS_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
CLOUDXNS_HTTP_TIMEOUT = "API request timeout"
|