Unfortunately, it is currently not possible to install multiple SSL certificates for multiple domains on the same IP address. There should be one single link between the SSL certificate, domain and IP address. This way you can only get an additional IP address for the server.
You can use host headers to partially solve the problem, but based on your question, I assume that you have already encountered this and do not consider it viable. Just succumb, someone resorts to a search and finds this question:
Host headers allow you to associate a single certificate (multidomain or multicast) with several domains on the same IP address, for example:
sub1.mydomain.com 192.168.0.1 > sub2.mydomain.com > SSL: *.mydomain.com sub3.mydomain.com
More information on how to configure this can be found here:
http://www.sslshopper.com/article-ssl-host-headers-in-iis-7.html
MrEyes
source share