mirror of
https://github.com/go-acme/lego.git
synced 2025-01-05 16:11:31 +02:00
25 lines
742 B
TOML
25 lines
742 B
TOML
Name = "West.cn/西部数码"
|
|
Description = ''''''
|
|
URL = "https://www.west.cn"
|
|
Code = "westcn"
|
|
Since = "v4.21.0"
|
|
|
|
Example = '''
|
|
WESTCN_USERNAME="xxx" \
|
|
WESTCN_PASSWORD="yyy" \
|
|
lego --email you@example.com --dns westcn -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
WESTCN_USERNAME = "Username"
|
|
WESTCN_PASSWORD = "API password"
|
|
[Configuration.Additional]
|
|
WESTCN_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
WESTCN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
WESTCN_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
WESTCN_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
[Links]
|
|
API = "https://www.west.cn/CustomerCenter/doc/domain_v2.html"
|