From cb7fb82beb6f248d675d372613c4817fb6ca4aae Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Thu, 10 Dec 2020 16:01:54 +0100 Subject: [PATCH] use secp384r1 as default (instead of rsa, fixes #651) --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 562b003..ab9bd7a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,7 @@ This file contains a log of major changes in dehydrated - Don't include keyAuthorization in challenge validation (RFC compliance) ## Changed +- Using EC secp384r1 as default certificate type - Use JSON.sh to parse JSON - Use account URL instead of account ID (RFC compliance) - Dehydrated now has a new home: https://github.com/dehydrated-io/dehydrated -- 2.47.3