diff options
author | Wouter Tinus <wouter.tinus@gmail.com> | 2020-09-16 16:52:12 +0200 |
---|---|---|
committer | Wouter Tinus <wouter.tinus@gmail.com> | 2020-09-16 16:52:12 +0200 |
commit | 58be2cbc3dbf8b78d4b7e2f524234b58cadc4df2 (patch) | |
tree | d7b6c12068c12749422b1d31de6b8265a6363a51 /docs/reference/plugins/validation/dns/acme-dns.md | |
parent | d883566a704b2e2c0a7ceb0aaf7868568e4c47fc (diff) | |
download | letsencrypt-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.md | 19 |
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 |