1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 17:21:50 +02:00
lego/providers/dns/mijnhost/mijnhost.toml

24 lines
745 B
TOML
Raw Normal View History

2024-08-29 21:07:01 +02:00
Name = "mijn.host"
Description = ''''''
URL = "https://mijn.host/"
Code = "mijnhost"
Since = "v4.18.0"
Example = '''
MIJNHOST_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
2024-11-08 00:55:04 +02:00
lego --email you@example.com --dns mijnhost -d '*.example.com' -d example.com run
2024-08-29 21:07:01 +02:00
'''
[Configuration]
[Configuration.Credentials]
MIJNHOST_API_KEY = "The API key"
[Configuration.Additional]
MIJNHOST_POLLING_INTERVAL = "Time between DNS propagation check"
MIJNHOST_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
MIJNHOST_SEQUENCE_INTERVAL = "Time between sequential requests"
MIJNHOST_TTL = "The TTL of the TXT record used for the DNS challenge"
MIJNHOST_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://mijn.host/api/doc/"