Created
May 15, 2015 15:39
-
-
Save flyte/73dbee01c0d4c027b811 to your computer and use it in GitHub Desktop.
Remove a passphrase from an openssl private key with correct permissions, supplying the password on the command line
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
(umask 077; openssl rsa -in private.key.secure -out private.key -passin pass:yourpassword) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment