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 -storepass password 

The pre-requisite is that the keystore file(tomcat.keystore in this case) 
should be present and "password" is tomcat keystore password. Here, 
we're importing 'cert1.cer' in tomcat keystore using the alias "cert1". You can 
import another certificate, say 'cert2.cer' by specifying another alias, say 
"cert2" in the above command. 

Hope that helps!!

Regards,
Sameek Bhaumik



________________________________
From: Suneel Saguturu <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Sent: Thursday, 20 November, 2008 1:04:50 PM
Subject: How to add multiple SSL Certificates to Tomcat Server

All-



                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 instance itself? If so, then how?



                Please help on this... any help is appreciated.



                Thanks in advance...



Thanks & Regards,

- Suneel Saguturu.


      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

Reply via email to