Remove A Key File Passphrase, Using OpenSSL
From RZWiki
To remove a passphrase from a key file using OpenSSL, using the command syntax described below depending on the key file format;
DER File
Remove the passphrase: openssl rsa -in networkstuff.eu.der -out networkstuff.eu.der
font color=blueEnter pass phrase for networkstuff.eu.der:/font ******* font color=bluewriting RSA key/font
Confirm removal: openssl rsa -inform DER -in networkstuff.eu.der -noout -check
font color=blueRSA key ok/font
Related Articles
See the Convert File Formats, Using OpenSSL article for information on how to convert files from one format to another.
Our other OpenSSL articles
Information on other OpenSSL Commands
(replacing the # with an @) |






