FYI, Here's how we did it with APR for local workstation SSL.
Download APR from here: http://tomcat.apache.org/download-native.cgi
Copy the files (openssl.exe and tc-native.dll) into the tomcat bin
directory
Set up your SSL connector, pointing to your CA signed server
SSLCertificateFile and the CA as SSLCACertificateFile:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
SSLCertificateFile="c:/temp/localhost.cer"
SSLCACertificateFile="c:/temp/ca2cert.pem"
/>
-----Original Message-----
From: Geet Chandra [mailto:[email protected]]
Sent: Thursday, 2 February 2012 3:05 p.m.
To: Tomcat Users List
Subject: Re: How to configure certificate file (*.cer) in Tomcat 6
Thanks Chris!!!
Please tell steps to configure *.cer certificate file.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]