According to these two answers [1] [2] it\'s possible to have two SSL certificates serving from the same Apache Tomcat using Server Name Indication (SNI).
My question
You could setup multiple ssl certificates using the below configuration:
Tweak the protocol according to your necessity. You could also configure using openssl instead of jsse. Please refer https://tomcat.apache.org/tomcat-8.5-doc/config/http.html#SSL_Support_-_SSLHostConfig for further assistance
Also, defaultSSLHostConfigName is very important otherwise it wouldn't work. Select any one domain as default.