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

20 lines
763 B
TOML

Name = "Derak Cloud"
Description = ''''''
URL = "https://derak.cloud/"
Code = "derak"
Since = "v4.12.0"
Example = '''
DERAK_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
lego --email you@example.com --dns derak -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
DERAK_API_KEY = "The API key"
[Configuration.Additional]
DERAK_WEBSITE_ID = "Force the zone/website ID"
DERAK_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
DERAK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
DERAK_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
DERAK_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"