File: cloudxns.toml

package info (click to toggle)
golang-github-xenolf-lego 4.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,080 kB
  • sloc: xml: 533; makefile: 128; sh: 18
file content (24 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name = "CloudXNS"
Description = """"""
URL = "https://www.cloudxns.net/"
Code = "cloudxns"
Since = "v0.5.0"

Example = '''
CLOUDXNS_API_KEY=xxxx \
CLOUDXNS_SECRET_KEY=yyyy \
lego --email you@example.com --dns cloudxns --domains my.example.org run
'''

[Configuration]
  [Configuration.Credentials]
    CLOUDXNS_API_KEY = "The API key"
    CLOUDXNS_SECRET_KEY = "The API secret key"
  [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"

[Links]
  API = "https://www.cloudxns.net/Public/Doc/CloudXNS_api2.0_doc_zh-cn.zip"