Re: How to add multiple SSL Certificates to Tomcat Server

2008-11-20 Thread Sameek Bhaumik
Hi, Are you talking about importing multiple certificates in tomcat keystore? If yes, you can use keytool.exe to import certificates inside tomcat keystore. The sample is given below: keytool -genkey -v -alias cert1 -import -v -file C:/cert/cert1.cer -keystore C:/cert/tomcat.keystore

RE: How to add multiple SSL Certificates to Tomcat Server

2008-11-20 Thread Suneel Saguturu
Saguturu. -Original Message- From: Sameek Bhaumik [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2008 2:53 PM To: Tomcat Users List Subject: Re: How to add multiple SSL Certificates to Tomcat Server Hi, Are you talking about importing multiple certificates in tomcat

Re: How to add multiple SSL Certificates to Tomcat Server

2008-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suneel, Suneel Saguturu wrote: I am facing one problem, i.e. I have to configure two SSL certificates to JBoss server, I know they are internally using Tomcat for web container. Is it possible to add multiple Certificates to one server