1 Name = "CloudXNS (Deprecated)"
2 Description = '''
3 The CloudXNS DNS provider has shut down.
4 '''
5 URL = "https://github.com/go-acme/lego/issues/2323"
6 Code = "cloudxns"
7 Since = "v0.5.0"
8 9 Example = '''
10 CLOUDXNS_API_KEY=xxxx \
11 CLOUDXNS_SECRET_KEY=yyyy \
12 lego --dns cloudxns -d '*.example.com' -d example.com run
13 '''
14 15 [Configuration]
16 [Configuration.Credentials]
17 CLOUDXNS_API_KEY = "The API key"
18 CLOUDXNS_SECRET_KEY = "The API secret key"
19 [Configuration.Additional]
20 CLOUDXNS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: )"
21 CLOUDXNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: )"
22 CLOUDXNS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: )"
23 CLOUDXNS_HTTP_TIMEOUT = "API request timeout in seconds (Default: )"
24