summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/validation/dns/acme-dns.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/acme-dns.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/acme-dns.md')
-rw-r--r--docs/reference/plugins/validation/dns/acme-dns.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/reference/plugins/validation/dns/acme-dns.md b/docs/reference/plugins/validation/dns/acme-dns.md
deleted file mode 100644
index 18f7f6a..0000000
--- a/docs/reference/plugins/validation/dns/acme-dns.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-sidebar: reference
----
-
-# acme-dns
-Use an [acme-dns](https://github.com/joohoi/acme-dns) server to handle the validation records.
-The plugin will ask you to choose an endpoint to use. For testing the `https://auth.acme-dns.io/`
-endpoint is useful, but it is a security concern. As the readme of that project clearly states:
-
-> "You are encouraged to run your own acme-dns instance."
-
-It's possible to use basic authentication for your acme-dns service by specifying a url with
-the format `https://user:password@acme-dns.example.com/`
-
-## Unattended
-Not supported, unless there is a pre-existing acme-dns registration for all the domains.
-The reason for this is that acme-dns requires you to create CNAME records. In the future this
-might be scripted the same way we can script DNS validation itself, but so far there hasn't been
-enough demand for that feature to make it worth developing. \ No newline at end of file