Back to Lego

Dyn

docs/content/dns/zz_gen_dyn.md

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

Configuration for Dyn.

<!--more-->
  • Code: dyn
  • Since: v0.3.0

Here is an example bash command using the Dyn provider:

bash
DYN_CUSTOMER_NAME=xxxxxx \
DYN_USER_NAME=yyyyy \
DYN_PASSWORD=zzzz \
lego --dns dyn -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
DYN_CUSTOMER_NAMECustomer name
DYN_PASSWORDPassword
DYN_USER_NAMEUser name

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
DYN_HTTP_TIMEOUTAPI request timeout in seconds (Default: 10)
DYN_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
DYN_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
DYN_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 120)

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