Skip to content

Commit

Permalink
use secp384r1 as default (instead of rsa, fixes #651)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas2511 committed Dec 10, 2020
1 parent 27fd41d commit 174616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dehydrated
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ load_config() {
WELLKNOWN=
PRIVATE_KEY_RENEW="yes"
PRIVATE_KEY_ROLLOVER="no"
KEY_ALGO=rsa
KEY_ALGO=secp384r1
OPENSSL=openssl
OPENSSL_CNF=
CONTACT_EMAIL=
Expand Down

0 comments on commit 174616b

Please sign in to comment.