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

25 lines
859 B
TOML

Name = "TransIP"
Description = ''''''
URL = "https://www.transip.nl/"
Code = "transip"
Since = "v2.0.0"
Example = '''
TRANSIP_ACCOUNT_NAME = "Account name" \
TRANSIP_PRIVATE_KEY_PATH = "transip.key" \
lego --email you@example.com --dns transip -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
TRANSIP_ACCOUNT_NAME = "Account name"
TRANSIP_PRIVATE_KEY_PATH = "Private key path"
[Configuration.Additional]
TRANSIP_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
TRANSIP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 600)"
TRANSIP_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 10)"
[Links]
API = "https://api.transip.eu/rest/docs.html"
GoClient = "https://github.com/transip/gotransip"