Re: Multiple SSL certificate on tomcat

2005-09-20 Thread Arthur D'Alessandro
You may have multiple certs, but each cert must be contained within it's own keystore file.. You also must have each cert on it's own host IP, as noted below, each cert is bound to 443 on 10.1.1.1 http://10.1.1.1 and 10.1.1.2... snipplet from server.xml: Connector port=443 maxThreads=100

Multiple SSL certificate on tomcat

2005-09-19 Thread Arvind Saxena
Hi, I would like to know more about how the multiple Verisign certificate will work with Tomcat 5.0.25. I'v taken 2 diffrent Verisign SSL certificate for tomcat. Example: [1] a.mysite.com [2] b.secondsite.com After that i'd imported above certificate to keystore. When I'm calling