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 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?

With Tomcat 5.5 you can use the APR Connectors:
http://tomcat.apache.org/tomcat-5.5-doc/apr.html
This page also contains information about configuring HTTPS:
http://tomcat.apache.org/tomcat-5.5-doc/apr.html#HTTPS
Some of the attributes mentioned there might look familiar to you ;-)

Regards
  mks

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

Reply via email to