I have two domains: .net and com.br, which are configured in the tomcat server.xml through the "Host" tag, the domain ".com.br" uses digital certificate, which I configured as follows: / p>
<Connector SSLEnabled="true" acceptCount="10000" clientAuth="false" threadPriority="10"
disableUploadTimeout="true" enableLookups="false" maxThreads="250000"
port="443" keystoreFile="certificado.jks" keystorePass="senha"
protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https"
secure="true" sslProtocol="TLS" />
Is it possible to set up 2 SSL certificates from different domains in the same tomcat?