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_to_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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to