1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-09 01:18:01 +02:00
lego/providers/dns/rainyun/rainyun.toml
Cikaros 6fccca616a
Add DNS provider for Rainyun/雨云 (#2354)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-11-21 17:28:38 +01:00

23 lines
736 B
TOML

Name = "Rain Yun/雨云"
Description = ''''''
URL = "https://www.rainyun.com"
Code = "rainyun"
Since = "v4.21.0"
Example = '''
RAINYUN_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
lego --email you@example.com --dns rainyun -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
RAINYUN_API_KEY = "API key"
[Configuration.Additional]
RAINYUN_POLLING_INTERVAL = "Time between DNS propagation check"
RAINYUN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
RAINYUN_TTL = "The TTL of the TXT record used for the DNS challenge"
RAINYUN_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://www.apifox.cn/apidoc/shared-a4595cc8-44c5-4678-a2a3-eed7738dab03/api-151416609"