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

24 lines
937 B
TOML

Name = "WEDOS"
Description = ''''''
URL = "https://www.wedos.com"
Code = "wedos"
Since = "v4.4.0"
Example = '''
WEDOS_USERNAME=xxxxxxxx \
WEDOS_WAPI_PASSWORD=xxxxxxxx \
lego --email you@example.com --dns wedos -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
WEDOS_USERNAME = "Username is the same as for the admin account"
WEDOS_WAPI_PASSWORD = "Password needs to be generated and IP allowed in the admin interface"
[Configuration.Additional]
WEDOS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
WEDOS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 600)"
WEDOS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
WEDOS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://kb.wedos.com/en/kategorie/wapi-api-interface/wdns-en/"