Is this possible 2 different certificates for 2 different domains on 1 IP address

Hello,

I have 2 domains on 1 IP address. Both of them working fine with http but i have a problem with a certificate for the second domain.
The first certificate for the domain nr 1 is working
Connector port=“443” protocol=“HTTP/1.1” SSLEnabled=“true”
maxThreads=“150” scheme=“https” secure=“true”
keystoreFile=“C:\certificate\my.keystore” keystorePass=“xxxxxxxx”
clientAuth=“false” sslProtocol=“TLS”

Can i add another certificate to the existing store for the second domain ? Or is there some other way how to get this done. I guess i can’t copy this code above from server.xml once again ,pointing to a different store ?

I’m using keystore explorer to generate a my.keystore

Any help will be much appreciated .Thank you

Could you please help us a little so we don’t need to guess anything? Do you have more information about your stack? Version? How did you install Lucee? How is your setup? Which servlet engine are you using?

In case you are using Tomcat, have you seen this?

Or this?

Thank you ! I’ll try, very helpfull!

I’ve installed Lucee with windows installer on (server windows server 2019 standard )The latest version.
I’m using tomcat not IIS.