Multiple SSL Certs

#1
Hello, I've been using a self-signed SSL cert for all of my domains for a while now, but recently purchased a legit cert for one domain. I have created a listener using this cert on port 443 and mapped it to the appropriate domain--and it's working great.

Is there a way to use the self-signed cert for the rest of the domains? The server only has one IP address, and I read that you can't map more than one IP to one port. Does that mean that I need to run SSL over a non-standard port, as I've done on port 7080 with the admin interface? If so, is there a way to specify the port that https should use, so that users don't have to type https://mydomain.com:444?

What's the standard way of dealing with multiple SSL certs?

Thanks!
 

mistwang

LiteSpeed Staff
#2
each SSL certificate requires a dedicate IP:port combination.
So, for domain with dedicate SSL certificate, you need to assign a dedicate IP for that domain.
 
Top