forked from TrueCloudLab/lego
20 lines
657 B
TOML
20 lines
657 B
TOML
Name = "Derak Cloud"
|
|
Description = ''''''
|
|
URL = "https://derak.cloud/"
|
|
Code = "derak"
|
|
Since = "v4.12.0"
|
|
|
|
Example = '''
|
|
DERAK_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
|
|
lego --email myemail@example.com --dns derak --domains my.example.org run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
DERAK_API_KEY = "The API key"
|
|
[Configuration.Additional]
|
|
DERAK_WEBSITE_ID = "Force the zone/website ID"
|
|
DERAK_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
DERAK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
DERAK_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
DERAK_HTTP_TIMEOUT = "API request timeout"
|