SSL Woes
Alright. I've read the docs and searched the forums, but still I am stumped.What I want to do: Say I have five domains all sharing the same IP (named-based). Each domain has an "admin" sub-domain (ie. admin.domain1.com). Now, I want this admin sub-domain to be accessible through SSL (ie. https://admin.domain1.com, https://admin.domain2.com, https://admin.domain3.com, etc., etc.).
The problem: It's my understanding that SSL enabled sites have to have their own dedicated IP. If so, is the above possible without assigning a seperate IP to each site?
FYI, the certs for all of these will be self-signed. Basically, I just want the clients to be able to access all of their administrative tools securely.
One last thing, shared SSL, as I understand it is not an option. What I mean is, I don't want http://www.mainsite.com/~domain1, http://www.mainsite.com/~domain2, etc., etc.
Thanks!