Created
June 22, 2020 10:49
-
-
Save atitan/83a903ce7eeea917eaa905f53cefa0bf to your computer and use it in GitHub Desktop.
generate EC P-256 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 ecparam -name prime256v1 -genkey -noout -out private.ec.key | |
| $ openssl ec -in private.pem -pubout -out public.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment