forked from TrueCloudLab/lego
25 lines
778 B
TOML
25 lines
778 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 myemail@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"
|
|
|