Back to Lego

Bluecat v2

docs/content/dns/zz_gen_bluecatv2.md

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

Configuration for Bluecat v2.

<!--more-->
  • Code: bluecatv2
  • Since: v4.32.0

Here is an example bash command using the Bluecat v2 provider:

bash
BLUECATV2_SERVER_URL="https://example.com" \
BLUECATV2_USERNAME="xxx" \
BLUECATV2_PASSWORD="yyy" \
BLUECATV2_CONFIG_NAME="myConfiguration" \
BLUECATV2_VIEW_NAME="myView" \
lego --dns bluecatv2 -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
BLUECATV2_CONFIG_NAMEConfiguration name
BLUECATV2_PASSWORDAPI password
BLUECATV2_SERVER_URLThe server URL: it should have a scheme, hostname, and port (if required) of the authoritative Bluecat BAM serve
BLUECATV2_USERNAMEAPI username
BLUECATV2_VIEW_NAMEDNS View 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
BLUECATV2_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
BLUECATV2_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
BLUECATV2_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
BLUECATV2_SKIP_DEPLOYSkip quick deployements
BLUECATV2_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/bluecatv2/bluecatv2.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->