We have a web application that hosts several sites for our customers in different domains. All these domains are hosted on the same Apache scam; logical separation into different sites is performed using software.
We would like to offer ssl support for some of these virtual sites. Basically, this should not be a problem, since once an ssl connection is established, the software can use the host header to route to the correct website.
But: How do I tell apache to serve the correct certificate, depending on the requested host?
Is it possible to map certificates to domains, for example. with something like:
SSLCertificateFile File
All help is appreciated!
source
share