# Designate DNSaaS for Openstack


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

Configuration for the [Designate DNSaaS for Openstack](https://docs.openstack.org/designate/latest/) DNS provider.

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

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

