mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
ECDSA error #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Remonli on GitHub (Feb 7, 2016).
Hello, ECDSA is now supported , but I got error message as below,could you pls check where
is problem ?
xxx@xxx[14:50:22]:~/ssl$./letsencrypt.sh -c -a secp384r1
WARNING !! No main config file found, using default config!
Processing sectun.com with alternative names: www.xxx.com
Details:
{"type":"urn:acme:error:malformed","detail":"Invalid key in certificate request :: ECDSA curve P-384 not allowed","status":400}
@germeier commented on GitHub (Feb 7, 2016):
I believe EC-384 is still not available on the production servers:
https://community.letsencrypt.org/t/problem-issuing-ec-384-certificate/9982
@Remonli commented on GitHub (Feb 7, 2016):
It looks they are testing now,but I'm not sure if they are ready
https://community.letsencrypt.org/t/ecdsa-testing-on-staging/8809/54