Skip to content

Instantly share code, notes, and snippets.

@luismayta
Created March 26, 2019 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luismayta/d314aefd1429bfb72d554ed109b06050 to your computer and use it in GitHub Desktop.
Save luismayta/d314aefd1429bfb72d554ed109b06050 to your computer and use it in GitHub Desktop.
openssl genrsa -out mykey.pem 1024
openssl rsa -in mykey.pem -pubout > mykey.pub
openssl rsa -in key.pem -pubout -out pubkey.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment