le-cert-server
GitHub

Bluecat v2

Configuration for the Bluecat v2 DNS provider.

See the lego documentation for full details.

letsEncrypt:
  dnsProvider: "bluecatv2"
  dnsCredentials:
    # BLUECATV2_CONFIG_NAME: Configuration name
    configName: ""
    # BLUECATV2_PASSWORD: API password
    password: ""
    # BLUECATV2_SERVER_URL: The server URL: it should have a scheme, hostname, and port (if required) of the authoritative Bluecat BAM serve
    serverURL: ""
    # BLUECATV2_USERNAME: API username
    username: ""
    # BLUECATV2_VIEW_NAME: DNS View Name
    viewName: ""
    # BLUECATV2_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 2)
    pollingInterval: ""
    # BLUECATV2_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 60)
    propagationTimeout: ""
    # BLUECATV2_SKIP_DEPLOY: Skip quick deployements
    skipDeploy: ""
    # BLUECATV2_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.

Edit this page on GitHub