Created
May 31, 2021 12:33
-
-
Save amackiewicz/c0ada92fbe630dda96dc6b5e6b50b4b8 to your computer and use it in GitHub Desktop.
Generate rsa keys without track of password in terminal history
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 -aes128 -passout stdin -out test.key 4096 | |
openssl rsa -in test.key -pubout -out test.key.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment