Bluecat
Configuration for the Bluecat DNS provider.
See the lego documentation for full details.
letsEncrypt:
dnsProvider: "bluecat"
dnsCredentials:
# BLUECAT_CONFIG_NAME: Configuration name
configName: ""
# BLUECAT_DNS_VIEW: External DNS View Name
dnsView: ""
# BLUECAT_PASSWORD: API password
password: ""
# BLUECAT_SERVER_URL: The server URL, should have scheme, hostname, and port (if required) of the authoritative Bluecat BAM serve
serverURL: ""
# BLUECAT_USER_NAME: API username
userName: ""
# BLUECAT_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 2)
pollingInterval: ""
# BLUECAT_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 60)
propagationTimeout: ""
# BLUECAT_SKIP_DEPLOY: Skip deployements
skipDeploy: ""
# BLUECAT_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)
ttl: ""Credentials are passed directly to lego using strong types and are never written to the process environment. You may also use the raw lego environment-variable names as keys instead of the normalized names.