From 1cd4495fd17694b02aa87f7c322a7c26fb1e8be3 Mon Sep 17 00:00:00 2001 From: Zadkiel Aharonian Date: Tue, 23 Oct 2018 16:23:49 +0200 Subject: [PATCH] Add link to digitalocean access-token docs Signed-off-by: Zadkiel Aharonian --- docs/reference/issuers/acme/dns01/digitalocean.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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