added acmev2 information to readme

This commit is contained in:
Lukas Schauer
2018-02-03 22:12:32 +01:00
parent 7a0e71c6c2
commit 727443483d

View File

@@ -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.