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)