Created
April 7, 2019 09:20
-
-
Save hellwolf/d706c2236453ce3acc845278605184a7 to your computer and use it in GitHub Desktop.
Generate secp384r1 key pairs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl ecparam -name secp384r1 -genkey -noout -out new-secp384r1-private-key.pem | |
openssl ec -in new-secp384r1-private-key.pem -pubout -outform DER -out new-secp384r1-public-key.der |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment