From 68bb6ab654b6fb1fe375e08807688c55621513a2 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 11 Jan 2021 18:07:22 +0200 Subject: [PATCH] Add acme-dns-client to the documentation (#253) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea346bc..57efe7c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ For longer explanation of the underlying issue and other proposed solutions, see ## Usage -A Certbot authentication hook for acme-dns is available at: [https://github.com/joohoi/acme-dns-certbot](https://github.com/joohoi/acme-dns-certbot). +A client application for acme-dns with support for Certbot authentication hooks is available at: [https://github.com/acme-dns/acme-dns-client](https://github.com/acme-dns/acme-dns-client). [![asciicast](https://asciinema.org/a/94903.png)](https://asciinema.org/a/94903) @@ -328,6 +328,7 @@ use for the renewal. ### Authentication hooks +- acme-dns-client with Certbot authentication hook: [https://github.com/acme-dns/acme-dns-client](https://github.com/acme-dns/acme-dns-client) - Certbot authentication hook in Python: [https://github.com/joohoi/acme-dns-certbot-joohoi](https://github.com/joohoi/acme-dns-certbot-joohoi) - Certbot authentication hook in Go: [https://github.com/koesie10/acme-dns-certbot-hook](https://github.com/koesie10/acme-dns-certbot-hook)