nginx-ui/internal/cert/config/rainyun.toml
2025-01-23 10:37:42 +08:00

22 lines
837 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 in seconds (Default: 2)"
RAINYUN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
RAINYUN_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
RAINYUN_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://www.apifox.cn/apidoc/shared-a4595cc8-44c5-4678-a2a3-eed7738dab03/api-151416609"