Import SSL Private key

Is there a way to import an ssl private key generated with openssl? I’‘m trying to migrate to Wildfire and this is one stumbling block I’'ve encountered.

I did a quick google and found a few sites of interest.

  1. http://mark.foster.cc/kb/openssl-keytool.html - This site lists some of the commands.

  2. http://www.comu.de/docs/tomcat_ssl.htm - A java based tool which imports OpenSSL certs into a JKS keystore.

Hope that helps.