Re: SSL Porting from Apache to Tomcat

2006-01-18 Thread Bill Barker
"Armand Rock" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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

Re: SSL Porting from Apache to Tomcat

2006-01-18 Thread Markus Schönhaber
Armand Rock wrote: > 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 ce

SSL Porting from Apache to Tomcat

2006-01-18 Thread Armand Rock
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 comp