Skip to content

Instantly share code, notes, and snippets.

@ThiagoBarradas
Last active May 8, 2020 02:47
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 ThiagoBarradas/e58ac282665306977777ffa3f32df376 to your computer and use it in GitHub Desktop.
Save ThiagoBarradas/e58ac282665306977777ffa3f32df376 to your computer and use it in GitHub Desktop.
openssl genrsa -out mykey.pem 4096
openssl rsa -in mykey.pem -pubout > mykey.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment