summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/validation/dns/cloudflare.md
diff options
context:
space:
mode:
authorWouter Tinus <wouter.tinus@gmail.com>2020-09-16 16:52:12 +0200
committerWouter Tinus <wouter.tinus@gmail.com>2020-09-16 16:52:12 +0200
commit58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2 (patch)
treed7b6c12068c12749422b1d31de6b8265a6363a51 /docs/reference/plugins/validation/dns/cloudflare.md
parentd883566a704b2e2c0a7ceb0aaf7868568e4c47fc (diff)
downloadletsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.zip
letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.tar.gz
letsencrypt-win-simple-58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2.tar.bz2
remove docs, they moved to a seperate repo log ago
Diffstat (limited to 'docs/reference/plugins/validation/dns/cloudflare.md')
-rw-r--r--docs/reference/plugins/validation/dns/cloudflare.md25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/reference/plugins/validation/dns/cloudflare.md b/docs/reference/plugins/validation/dns/cloudflare.md
deleted file mode 100644
index 7c934d9..0000000
--- a/docs/reference/plugins/validation/dns/cloudflare.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-sidebar: reference
----
-
-# Cloudflare
-Create the record in Cloudflare DNS.
-
-{% include plugin-seperate.md %}
-
-## Setup
-This assumes you already have your DNS managed in Cloudflare; if not, you'll need to set that up first. If you are
-using the Cloudflare DNS option for validation, you'll need to obtain a Cloudflare API Token (not Key) that is allowed
-to read and write the DNS records of the zone your domain belongs to.
-
-### Create an appropriate API Token
-1. Navigate here: https://dash.cloudflare.com/profile/api-tokens
-2. Click *Create Token*
-3. Choose a name
-4. Under *Permissions*, select "Zone", "DNS", "Edit"; Click *Add More*, select "Zone", "Zone", "Read"
-5. Under *Zone Resources*, select "Include", "All zones" (or "All zones from an account" and select the relevant account).
- * Note that restricting access to the single target zone does not work, as we can not get the zone's id by its domain name then. You might be able to exclude other zones specifically. If this is a show stopper for you please open an issue to discuss how to proceed.
-6. Finish creating the token, store it in a safe place or, better, paste it directly into win-acme.
-
-## Unattended
-`--validationmode dns-01 --validation cloudflare --cloudflareapitoken ***`