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

27 lines
969 B
TOML

Name = "Liquid Web"
Description = ''''''
URL = "https://liquidweb.com"
Code = "liquidweb"
Since = "v3.1.0"
Example = '''
LWAPI_USERNAME=someuser \
LWAPI_PASSWORD=somepass \
lego --email you@example.com --dns liquidweb -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
LWAPI_USERNAME = "Liquid Web API Username"
LWAPI_PASSWORD = "Liquid Web API Password"
[Configuration.Additional]
LWAPI_ZONE = "DNS Zone"
LWAPI_URL = "Liquid Web API endpoint"
LWAPI_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
LWAPI_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
LWAPI_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
LWAPI_HTTP_TIMEOUT = "API request timeout in seconds (Default: 60)"
[Links]
API = "https://api.liquidweb.com/docs/"
GoClient = "https://github.com/liquidweb/liquidweb-go"