Thanks Dale!!!

Few more questions

1. As I have exported *.cer as I have using Digital Badge in Internet
Explorer.Can I use the same *.cer to configure in server.xml.If not, how
can I generate the same file.

2. How can I generate ca2cert.pem file to use in server.xml

On Thu, Feb 2, 2012 at 10:04 AM, Dale Ogilvie <dale_ogil...@trimble.com>wrote:

> 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:gee...@gmail.com]
> 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: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Thanks & Regards
Geet

Reply via email to