2021-07-09 20:50:19 +00:00
|
|
|
Name = "Hosttech"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.hosttech.eu/"
|
|
|
|
Code = "hosttech"
|
|
|
|
Since = "v4.5.0"
|
|
|
|
|
|
|
|
Example = '''
|
|
|
|
HOSTTECH_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxx \
|
2022-06-16 22:25:42 +00:00
|
|
|
lego --email you@example.com --dns hosttech --domains my.example.org run
|
2021-07-09 20:50:19 +00:00
|
|
|
'''
|
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
HOSTTECH_API_KEY = "API login"
|
|
|
|
HOSTTECH_PASSWORD = "API password"
|
|
|
|
[Configuration.Additional]
|
|
|
|
HOSTTECH_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
HOSTTECH_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
HOSTTECH_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
HOSTTECH_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://api.ns1.hosttech.eu/api/documentation"
|