Created
August 3, 2021 06:00
-
-
Save lizkes/73c34fca4240a4fa4d212fc3a9329c93 to your computer and use it in GitHub Desktop.
openssl generate ecc key
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 genpkey -algorithm EC -pkeyopt ec_paramgen_curve:P-256 -out privkey_ecc.pem | |
openssl pkey -in privkey_ecc.pem -out pubkey_ecc.pem -pubout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment