Back to Lego

Beget.com

docs/content/dns/zz_gen_beget.md

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

Configuration for Beget.com.

<!--more-->
  • Code: beget
  • Since: v4.27.0

Here is an example bash command using the Beget.com provider:

bash
BEGET_USERNAME=xxxxxx \
BEGET_PASSWORD=yyyyyy \
lego --dns beget -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
BEGET_PASSWORDAPI password
BEGET_USERNAMEAPI username

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
BEGET_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
BEGET_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 30)
BEGET_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 300)
BEGET_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/beget/beget.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->