Created
September 7, 2021 02:10
-
-
Save MeetMartin/8b3e72e4b94cdc6d063671a69440a7e2 to your computer and use it in GitHub Desktop.
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
# private key | |
openssl ecparam -genkey -name secp521r1 -noout -out es512-private.pem | |
# public key | |
openssl ec -in ecdsa-p521-private.pem -pubout -out es512-public.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment