Skip to content

Instantly share code, notes, and snippets.

@gguuss
Created April 5, 2018 03:08
Show Gist options
  • Save gguuss/a6f3e576d7c6577a9f1ed3c048fb58e5 to your computer and use it in GitHub Desktop.
Save gguuss/a6f3e576d7c6577a9f1ed3c048fb58e5 to your computer and use it in GitHub Desktop.
Generate EC keys
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