diff --git a/docs/reference/issuers/acme/dns01/digitalocean.rst b/docs/reference/issuers/acme/dns01/digitalocean.rst index 9026dd3e8..551975597 100644 --- a/docs/reference/issuers/acme/dns01/digitalocean.rst +++ b/docs/reference/issuers/acme/dns01/digitalocean.rst @@ -6,9 +6,13 @@ 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. +To create a Personnal Access Token, see `DigitalOcean documentation `_. +Handy direct link: https://cloud.digitalocean.com/account/api/tokens/new + + .. code-block:: yaml digitalocean: tokenSecretRef: name: digitalocean-dns - key: access-token \ No newline at end of file + key: access-token