Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created September 27, 2021 00:57
Show Gist options
  • Save MeetMartin/694586dc8138776c8dcf1cc798b2e93c to your computer and use it in GitHub Desktop.
Save MeetMartin/694586dc8138776c8dcf1cc798b2e93c to your computer and use it in GitHub Desktop.
# private key
openssl genpkey -algorithm rsa -out rsa-private.pem
# public key
openssl pkey -in rsa-private.pem -pubout -out rsa-public.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment