I am trying to setup multiple SSL protected websites on one server so that: https://www.mydomain.com/ will only go to Website 1; https://asdf1234.mydomain.com/ will only go to Website 2; etc.
I know i can use a wildcard (*.mydomain.com) certificate and setup hostnames but I would prefer individual certificates.
Is this possible. Thanks, Tom