is it possible to use different certificates for the domains of one VHost? The certificates seem to be tied to the VHost, not to the domain-vhost mapping (which would make more sense, IMO).
nope. tying certificate to vhost is by design. you can have multiple vhosts share the same config (e.g. docroot, etc) and map these vhosts (domain name matching with certificate CN) to the same listener.
Gosh I would love to see this feature. It's pretty much the biggest thing I'm missing using LiteSpeed vs Apache. I don't want to use a ton of IPs, and a SubjetAltName certificate is too expensive for me...
Actually, I'm still where I was stuck before--are there instructions for how to utilize the SNI functionality in LiteSpeed?
I see you can specify a different SSL cert for each VirtualHost, however, whenever I try to create a listener for SSL it wants me to put the cert information in at the listener level--how can I utilize a different SSL certificate for each VirtualHost running on a particular shared IP?