Differences between revisions 1 and 2
Revision 1 as of 2015-09-04 12:31:46
Size: 196
Editor: wilhelms
Comment:
Revision 2 as of 2015-09-04 12:32:28
Size: 217
Editor: wilhelms
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

----
CategorySsl

Question: How do I remove a PEM passphrase from a SSL certificate key?

openssl rsa -in <private-key-filename> -out <new-private-key-filename>

Enter the pem passphrase when requested.


CategorySsl

Ssl/how-do-i-remove-a-pem-passphrase-from-a-ssl-certificate-key (last edited 2015-09-04 12:32:28 by wilhelms)