To provide both RSA and DSA certificates, I have used two connectors with different IP addresses. But Is it possible that under one IP address multiple ssl certifices?
I have also tried virtual hosting on tomcat, but I didn't found any attribute under "Host" to specify certificate for each host.
Finally I am trying use apache server(httpd) together with tomcat using mod_jk connector. Because it has provision to provide different certificate per domain(in virtual hosting).
Do I need to use httpd? Or Is there any solution for this problem in tomcat?
Any help will be appreciated...