Back to Lego

Netcup

docs/content/dns/zz_gen_netcup.md

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

Configuration for Netcup.

<!--more-->
  • Code: netcup
  • Since: v1.1.0

Here is an example bash command using the Netcup provider:

bash
NETCUP_CUSTOMER_NUMBER=xxxx \
NETCUP_API_KEY=yyyy \
NETCUP_API_PASSWORD=zzzz \
lego --dns netcup -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
NETCUP_API_KEYAPI key
NETCUP_API_PASSWORDAPI password
NETCUP_CUSTOMER_NUMBERCustomer number

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
NETCUP_HTTP_TIMEOUTAPI request timeout in seconds (Default: 10)
NETCUP_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 30)
NETCUP_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 900)

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/netcup/netcup.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->