Created
April 5, 2018 03:08
-
-
Save gguuss/a6f3e576d7c6577a9f1ed3c048fb58e5 to your computer and use it in GitHub Desktop.
Generate EC keys
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 -genkey -name prime256v1 -noout -out ec_private.pem | |
openssl ec -in ec_private.pem -pubout -out ec_public.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment