1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 01:07:23 +02:00
lego/providers/dns/dnsmadeeasy/dnsmadeeasy.toml
2024-11-07 23:55:04 +01:00

26 lines
840 B
TOML

Name = "DNS Made Easy"
Description = ''''''
URL = "https://dnsmadeeasy.com/"
Code = "dnsmadeeasy"
Since = "v0.4.0"
Example = '''
DNSMADEEASY_API_KEY=xxxxxx \
DNSMADEEASY_API_SECRET=yyyyy \
lego --email you@example.com --dns dnsmadeeasy -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
DNSMADEEASY_API_KEY = "The API key"
DNSMADEEASY_API_SECRET = "The API Secret key"
[Configuration.Additional]
DNSMADEEASY_SANDBOX = "Activate the sandbox (boolean)"
DNSMADEEASY_POLLING_INTERVAL = "Time between DNS propagation check"
DNSMADEEASY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
DNSMADEEASY_TTL = "The TTL of the TXT record used for the DNS challenge"
DNSMADEEASY_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://api-docs.dnsmadeeasy.com/"