» Bluecat DNS Challenge Provider
The bluecat
DNS challenge provider can be used to perform DNS challenges for
the acme_certificate
resource with Bluecat
Address Manager.
For complete information on how to use this provider with the acme_certifiate
resource, see here.
» Example
resource "acme_certificate" "certificate" {
...
dns_challenge {
provider = "bluecat"
}
}
» Argument Reference
The following arguments can be either passed as environment variables, or
directly through the config
block in the
dns_challenge
argument in the
acme_certificate
resource. For more details, see
here.
-
BLUECAT_SERVER_URL
- The URL for the address manager to use. -
BLUECAT_USER_NAME
- The user name to use. -
BLUECAT_PASSWORD
- The password to use for the supplied user name. -
BLUECAT_CONFIG_NAME
- The configuration name to use. -
BLUECAT_DNS_VIEW
- The DNS view to use.
The following additional optional variables are available:
-
BLUECAT_POLLING_INTERVAL
- The amount of time, in seconds, to wait between DNS propagation checks (default:60
). -
BLUECAT_PROPAGATION_TIMEOUT
- The amount of time, in seconds, to wait for DNS propagation (default:60
). -
BLUECAT_TTL
- The TTL to set on DNS challenge records, in seconds (default:120
). -
BLUECAT_HTTP_TIMEOUT
- The timeout on HTTP requests to the API (default:30
).