cert-manager/docs/reference/issuers/acme/dns01/digitalocean.rst
Zadkiel Aharonian 59e905cbcc
Add ACME DigitalOcean DNS01 provider
Signed-off-by: Zadkiel Aharonian <hello@zadkiel.fr>
2018-10-23 16:25:49 +02:00

14 lines
379 B
ReStructuredText

=========================
DigitalOcean
=========================
This provider uses a Kubernetes ``Secret`` Resource to work. In the
following example, the secret will have to be named ``digitalocean-dns``
and have a subkey ``access-token`` with the token in it.
.. code-block:: yaml
digitalocean:
tokenSecretRef:
name: digitalocean-dns
key: access-token