Back to Lego

MythicBeasts

docs/content/dns/zz_gen_mythicbeasts.md

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

Configuration for MythicBeasts.

<!--more-->
  • Code: mythicbeasts
  • Since: v0.3.7

Here is an example bash command using the MythicBeasts provider:

bash
MYTHICBEASTS_USERNAME=myuser \
MYTHICBEASTS_PASSWORD=mypass \
lego --dns mythicbeasts -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
MYTHICBEASTS_PASSWORDPassword
MYTHICBEASTS_USERNAMEUser 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
MYTHICBEASTS_API_ENDPOINTThe endpoint for the API (must implement v2)
MYTHICBEASTS_AUTH_API_ENDPOINTThe endpoint for Mythic Beasts' Authentication
MYTHICBEASTS_HTTP_TIMEOUTAPI request timeout in seconds (Default: 10)
MYTHICBEASTS_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
MYTHICBEASTS_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
MYTHICBEASTS_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" %}}).

If you are using specific API keys, then the username is the API ID for your API key, and the password is the API secret.

Your API key name is not needed to operate lego.

More information

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