Tomcat hosting multiple virtual host with multiple SSL certificate
问题 I have a server hosting multiple websites using Tomcat 7, for example a.abc.com b.abc.com c.def.com d.def.com Using tomcat's virtual hosting feature, so they each may belong to different webapps folder. We're now trying to implement Https to each of the sites. So basically we got 2 wildcard certificates, *.abc.com, and *.def.com I've been looking for the ways to setup and I found: This where it taught me how to setup SSL with tomcat This where it taught me how to setup multiple Host with