le-cert-server
GitHub

Designate DNSaaS for Openstack

Configuration for the Designate DNSaaS for Openstack DNS provider.

See the lego documentation for full details.

letsEncrypt:
  dnsProvider: "designate"
  dnsCredentials:
    # DESIGNATE_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 10)
    pollingInterval: ""
    # DESIGNATE_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 600)
    propagationTimeout: ""
    # DESIGNATE_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 10)
    ttl: ""
    # DESIGNATE_ZONE_NAME: The zone name to use in the OpenStack Project to manage TXT records.
    zoneName: ""

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.

OpenStack Designate authenticates through gophercloud, which reads the standard OS_* environment variables (or a clouds.yaml selected with OS_CLOUD). These credentials are resolved by gophercloud and cannot be set through dnsCredentials.

Edit this page on GitHub