To remove the encryption from a private key, perform the following procedure.
follow these steps:
openssl rsa -in server.key.org -out server.key
If you specify the output file without a preceding encryption option (that is, -des, -des3, or -idea), then the file is written in plain text, without a prompt for a passphrase.
Important! The availability of an unencrypted key on your system makes your system vulnerable to impersonation on the Internet. Verify that this file has the appropriate permissions, that is, readable only by root on UNIX, or Administrator on Windows.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |