flyte
5/15/2015 - 3:39 PM

Remove a passphrase from an openssl private key with correct permissions, supplying the password on the command line

Remove a passphrase from an openssl private key with correct permissions, supplying the password on the command line

(umask 077; openssl rsa -in private.key.secure -out private.key -passin pass:yourpassword)