Wie man ECDSA P-384 (secp384r1) mit OpenSSL erstellt (-newkey)
English
Deutsch
Um ein ECDSA-Zertifikat mit der P-384-Kurve zu generieren, verwenden Sie die folgende Form des -newkey-Arguments:
openssl_newkey_example.sh
-newkey ec:<(openssl ecparam -name secp384r1)Beispiel:
generate_ca.sh
openssl req -newkey ec:<(openssl ecparam -name secp384r1) -nodes -x509 -keyout ca.key -out ca.pem -days 365000Originalquelle für diese Syntax auf StackOverflow
Check out similar posts by category:
Security
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow