From 6192b33ac21b185085aea620223aef3028a1b66e Mon Sep 17 00:00:00 2001 From: leonklingele Date: Mon, 22 Aug 2016 15:40:37 +0200 Subject: [PATCH] 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/ --- docs/ecc.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ecc.md b/docs/ecc.md index bbe99166..87d52ba4 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.