Back to Lego

INWX

docs/content/dns/zz_gen_inwx.md

4.35.21.9 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/inwx/inwx.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Configuration for INWX.

<!--more-->
  • Code: inwx
  • Since: v2.0.0

Here is an example bash command using the INWX provider:

bash
INWX_USERNAME=xxxxxxxxxx \
INWX_PASSWORD=yyyyyyyyyy \
lego --dns inwx -d '*.example.com' -d example.com run

# 2FA
INWX_USERNAME=xxxxxxxxxx \
INWX_PASSWORD=yyyyyyyyyy \
INWX_SHARED_SECRET=zzzzzzzzzz \
lego --dns inwx -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
INWX_PASSWORDPassword
INWX_USERNAMEUsername

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

Additional Configuration

Environment Variable NameDescription
INWX_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
INWX_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 360)
INWX_SANDBOXActivate the sandbox (boolean)
INWX_SHARED_SECRETshared secret related to 2FA
INWX_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 300)

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

More information

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/inwx/inwx.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->