From 727443483dcb290c713fcf6fd7a99e0fdf1f24b4 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Sat, 3 Feb 2018 22:12:32 +0100 Subject: [PATCH] added acmev2 information to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b96ac9..2c56b38 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![](docs/logo.jpg) This is a client for signing certificates with an ACME-server (currently only provided by Let's Encrypt) implemented as a relatively simple bash-script. +Dehydrated supports both ACME v1 and the new ACME v2 including support for wildcard certificates! It uses the `openssl` utility for everything related to actually handling keys and certificates, so you need to have that installed.