Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created September 7, 2021 02:10
Show Gist options
  • Save MeetMartin/8b3e72e4b94cdc6d063671a69440a7e2 to your computer and use it in GitHub Desktop.
Save MeetMartin/8b3e72e4b94cdc6d063671a69440a7e2 to your computer and use it in GitHub Desktop.
# 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