Setup SSL for only a Single website on Linux server with Multiple vhosts
- by user1322092
Without configuring apache to support SNI, can I purchase a SSL cert and use on a Centos Linux server that has 2 name-based Vhost? I'm only interested in securing ONE of the two domains. Could this be configured in the httpd config file, such as maybe listing the domain that needs to be secured, first etc?
I know SNI can be used for multiple certs on a single server with multiple domains. In my case, I'm only interested in securing a single domain.