Thank you so much! Andrew
-----Messaggio originale----- Da: Mark Thomas [mailto:[email protected]] Inviato: mercoledì 2 novembre 2016 16:59 A: Tomcat Users List <[email protected]> Oggetto: Re: SSL digital cert for each context? On 02/11/2016 15:56, Andrea Galli wrote: > Hello guys, > > I have configured SSL on Tomcat following this How-To: > https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Introduction_t > o_SSL > > > > Everything works fine but this certificate is applied on all Tomcat > context that reside on webapps folder, my aim is implement different > digital cert for each context: > > > > https://test.myfirstdomain.com:8080 have digital certificate > > https://test.myseconddomain.com:8081 must have different digital > certificate Those are different hosts, not different contexts. Big difference. > It is possible without install Apache? Yes. You need at least 8.5.x for TLS virtual hosting support. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
