How to remove the passphrase on a private key 2011/11/222013/06/08 ctheroux openssl To remove a passphrase on a private key, simple execute this command. openssl rsa -in server.key -out server.unprotected.key Since it is a private key, make sure that it is well protected.