forked from TrueCloudLab/lego
26 lines
921 B
TOML
26 lines
921 B
TOML
|
Name = "Checkdomain"
|
||
|
Description = ''''''
|
||
|
URL = "https://checkdomain.de/"
|
||
|
Code = "checkdomain"
|
||
|
Since = "v3.3.0"
|
||
|
|
||
|
Example = '''
|
||
|
CHECKDOMAIN_TOKEN=yoursecrettoken \
|
||
|
lego --dns checkdomain --domains my.domain.com --email my@email.com 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/"
|