From ea4d125663b9cea0057ba7c1c0b12f4226847f40 Mon Sep 17 00:00:00 2001 From: Christopher Cook Date: Tue, 18 Dec 2018 17:05:02 +0800 Subject: [PATCH] Add Certify The Web to clients list (#131) Certify now supports acme-dns in the latest beta. https://github.com/webprofusion/certify/issues/391 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71ea17f..f202169 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ logformat = "text" ## Clients - acme.sh: [https://github.com/Neilpang/acme.sh](https://github.com/Neilpang/acme.sh) +- Certify The Web: [https://github.com/webprofusion/certify](https://github.com/webprofusion/certify) - cert-manager: [https://github.com/jetstack/cert-manager](https://github.com/jetstack/cert-manager) - Lego: [https://github.com/xenolf/lego](https://github.com/xenolf/lego) - Posh-ACME: [https://github.com/rmbolger/Posh-ACME](https://github.com/rmbolger/Posh-ACME)