lego/providers/dns/checkdomain/checkdomain.toml
2020-11-27 20:40:44 +01:00

25 lines
929 B
TOML

Name = "Checkdomain"
Description = ''''''
URL = "https://checkdomain.de/"
Code = "checkdomain"
Since = "v3.3.0"
Example = '''
CHECKDOMAIN_TOKEN=yoursecrettoken \
lego --email myemail@example.com --dns checkdomain --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
CHECKDOMAIN_TOKEN = "API token"
[Configuration.Additional]
CHECKDOMAIN_ENDPOINT = "API endpoint URL, defaults to https://api.checkdomain.de"
CHECKDOMAIN_TTL = "The TTL of the TXT record used for the DNS challenge"
CHECKDOMAIN_POLLING_INTERVAL = "Time between DNS propagation check"
CHECKDOMAIN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
CHECKDOMAIN_HTTP_TIMEOUT = "API request timeout, defaults to 30 seconds"
[Links]
API = "https://developer.checkdomain.de/reference/"
Guide = "https://developer.checkdomain.de/guide/"
Settings = "https://www.checkdomain.net/en/login/data/api/"