]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
ECDSA is supported since February 10, 2016 (#260)
authorleonklingele <git@leonklingele.de>
Mon, 22 Aug 2016 13:40:37 +0000 (15:40 +0200)
committerLukas Schauer <lukas2511@users.noreply.github.com>
Mon, 22 Aug 2016 13:40:37 +0000 (15:40 +0200)
Let's Encrypt will however sign all ECDSA certs with an RSA intermediate certificate.
https://letsencrypt.org/upcoming-features/

docs/ecc.md

index bbe991665df5e0f59350595cddf2a0d3394a7e55..87d52ba45dfe928392c510e50a0e2c3708fcc136 100644 (file)
@@ -1,5 +1,4 @@
 ### Elliptic Curve Cryptography (ECC)
 
 This script also supports certificates with Elliptic Curve public keys!
-Be aware that at the moment this is not available on the production servers from letsencrypt.
-Please read https://community.letsencrypt.org/t/ecdsa-testing-on-staging/8809/ for the current state of ECC support.
+Simply set the `KEY_ALGO` variable in one of the config files.