Hello,
I'm currently in the process of porting an application from Apache to Tomcat
(Apache was originally used as a front end to Orion).

The server I'm porting from does not have any keystore information setup.
Instead the server has
a private key and the actual SSL certificate stored on the computer as
files.  Apache is using SSLCertificateFile and
SSLCertificateKeyFile to point to the current key information.  I'm not even
sure what algorithm was used
to originally set all of this up.

For example httpd.conf contains the following 2 lines:

SSLCertificateFile      /opt/ssl/cert.cer
SSLCertificateKeyFile   /opt/ssl/private.key

I don't see a way to import private keys using the keytool and I'm not
seeing a way to point to the private key
and the SSL certificate within the tomcat documentation.  Short of either
re-creating a new private key (and a
new SSL Certificate) or of being forced to use Apache in front of Tomcat
does anyone have any other idea as to how I might be able to make use of the
existing files?

Thank You



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to