Skip to content

Instantly share code, notes, and snippets.

@hellwolf
Created April 7, 2019 09:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hellwolf/d706c2236453ce3acc845278605184a7 to your computer and use it in GitHub Desktop.
Generate secp384r1 key pairs
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