2019-03-08 18:47:06 +00:00
|
|
|
Name = "INWX"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.inwx.de/en"
|
|
|
|
Code = "inwx"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v2.0.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-05-31 13:18:43 +00:00
|
|
|
Example = '''
|
|
|
|
INWX_USERNAME=xxxxxxxxxx \
|
|
|
|
INWX_PASSWORD=yyyyyyyyyy \
|
2020-11-27 19:40:44 +00:00
|
|
|
lego --email myemail@example.com --dns inwx --domains my.example.org run
|
2020-05-31 13:18:43 +00:00
|
|
|
|
|
|
|
# 2FA
|
|
|
|
INWX_USERNAME=xxxxxxxxxx \
|
|
|
|
INWX_PASSWORD=yyyyyyyyyy \
|
|
|
|
INWX_SHARED_SECRET=zzzzzzzzzz \
|
2020-11-27 19:40:44 +00:00
|
|
|
lego --email myemail@example.com --dns inwx --domains my.example.org run
|
2020-05-31 13:18:43 +00:00
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
INWX_USERNAME = "Username"
|
|
|
|
INWX_PASSWORD = "Password"
|
|
|
|
[Configuration.Additional]
|
2020-05-31 13:18:43 +00:00
|
|
|
INWX_SHARED_SECRET = "shared secret related to 2FA"
|
2019-03-08 18:47:06 +00:00
|
|
|
INWX_POLLING_INTERVAL = "Time between DNS propagation check"
|
2020-12-14 21:57:19 +00:00
|
|
|
INWX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation (default 360s)"
|
2019-03-08 18:47:06 +00:00
|
|
|
INWX_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
INWX_SANDBOX = "Activate the sandbox (boolean)"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://www.inwx.de/en/help/apidoc"
|
|
|
|
GoClient = "https://github.com/nrdcg/goinwx"
|