If you have a private key which is encrypted (meaning that you must enter a pass phrase to use it), you can decrypt the private key for use without a password. A typical openssl command and resulting interactive session is shown here:

  > openssl rsa -in hostkeySECURE.pem -out hostkeyNOPASSWORD.pem
  Enter pass phrase for hostkeySECURE.pem:
  writing RSA key
  >

Here's an explanation of the command line options:

 
indexes/decrypt_a_private_key.txt · Last modified: 2007/07/14 22:02 by domingo
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki