Knowledge Base - FAQ
Question: How do I remove the PEM passphrase on a private SSL key?Our Apache server cannot enter the passphrase even if we know it. PEM encryption
must be off to use your SSL certificate. You can do that with this command:
openssl rsa -in oldfile.key -out newfile.key
Last Modified: Jun 13, 2007




