Created
October 28, 2019 22:35
-
-
Save pottedmeat7/365f7fa851db29bd4d7ce4c5447e89cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl genrsa -des3 -out privkey.pem 2048 | |
openssl rsa -in privkey.pem -outform PEM -pubout -out pubkey.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment