lego/providers/dns/transip/transip.toml
2022-06-17 00:25:42 +02:00

25 lines
774 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 --domains my.example.org 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"
TRANSIP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
TRANSIP_TTL = "The TTL of the TXT record used for the DNS challenge"
[Links]
API = "https://api.transip.eu/rest/docs.html"
GoClient = "https://github.com/transip/gotransip"