diff options
author | Wouter Tinus <win.acme.simple@gmail.com> | 2019-12-11 22:49:39 +0100 |
---|---|---|
committer | Wouter Tinus <win.acme.simple@gmail.com> | 2019-12-11 22:49:39 +0100 |
commit | 931284dcc007f96d34bd72a04069eede85d1f1a0 (patch) | |
tree | e5f73a855942ed5d586e5ecef33715a236c4e428 /docs/reference/plugins/validation | |
parent | 1ba45dd171e22698b892fbaa9c6cc69181befb12 (diff) | |
download | letsencrypt-win-simple-931284dcc007f96d34bd72a04069eede85d1f1a0.zip letsencrypt-win-simple-931284dcc007f96d34bd72a04069eede85d1f1a0.tar.gz letsencrypt-win-simple-931284dcc007f96d34bd72a04069eede85d1f1a0.tar.bz2 |
add unit tests, update docs, rename classes
Diffstat (limited to 'docs/reference/plugins/validation')
-rw-r--r-- | docs/reference/plugins/validation/dns/acme-dns.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/plugins/validation/dns/acme-dns.md b/docs/reference/plugins/validation/dns/acme-dns.md index 8856cda..18f7f6a 100644 --- a/docs/reference/plugins/validation/dns/acme-dns.md +++ b/docs/reference/plugins/validation/dns/acme-dns.md @@ -9,6 +9,9 @@ endpoint is useful, but it is a security concern. As the readme of that project > "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 |