Skip to content

Instantly share code, notes, and snippets.

@blpabhishek
Created December 17, 2018 17:24
Show Gist options
  • Save blpabhishek/6fa4942109b2bae489aba866de7e5f80 to your computer and use it in GitHub Desktop.
Save blpabhishek/6fa4942109b2bae489aba866de7e5f80 to your computer and use it in GitHub Desktop.
Generate private and public key pair
openssl genrsa -out private.pem 2048
openssl rsa -in private.pem -outform PEM -pubout -out public.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment