Decrypt Private Key, Using OpenSSL
From NetworkStuff
To decrypt a private key file using OpenSSL use the openssl rsa command as shown below;
openssl rsa -in private.key >> private-unencrypted.key
Related Articles
Our other OpenSSL articles
Information on OpenSSL Commands




