# Bluecat


<!-- Code generated by gen-dns-providers; DO NOT EDIT. -->

Configuration for the [Bluecat](https://www.bluecatnetworks.com) DNS provider.

See the [lego documentation](https://go-acme.github.io/lego/dns/bluecat/) for full details.

```yaml
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.

