From: leonklingele Date: Mon, 22 Aug 2016 13:40:37 +0000 (+0200) Subject: ECDSA is supported since February 10, 2016 (#260) X-Git-Tag: v0.3.0~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6192b33ac21b185085aea620223aef3028a1b66e;p=thirdparty%2Fdehydrated.git ECDSA is supported since February 10, 2016 (#260) Let's Encrypt will however sign all ECDSA certs with an RSA intermediate certificate. https://letsencrypt.org/upcoming-features/ --- diff --git a/docs/ecc.md b/docs/ecc.md index bbe9916..87d52ba 100644 --- a/docs/ecc.md +++ b/docs/ecc.md @@ -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.