I know 1 SSL for 1 dedicated IP, yes, but now TLS technology offer a better solution by only use one port for unsecure and secure connection (like no need 443) and no need dedicated IP for each SSL. It is offered by SNI extension or subjectAltName based on here http://en.wikipedia.org/wiki/Server_Name_Indication and http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
But this thing seems new to me. I found this can be configure in Apache 2.2.x server as mention here: SSL site not using the correct IP in Apache and Ubuntu and Multiple SSL domains on the same IP address and same port?
So it is possible to do in the Apache itself.
I wondering if it can be done in cPanel so any of my domains can gat a SSL cert and apply without buying another dedicated IP. I am looking to see this is possible in cPanel/WHM server either from update, easyapache rebuild, plugin, tweak manually...Anyone knows?