I run a web server that hosts three different domains using named virtual hosts. What do I need to do to enable SSL connections (https) to these domains?
EDIT: As Joel pointed out I forgot to state that I'm running Apache 2.0 on Scientific Linux which is just RHEL rebranded.
The exact process is different depending on your platform and web server, but the basic process looks like (assuming you want a signed certificate that works for just about anyone visiting the site):
In addition to the answers above, you also need separate IP addresses. One per SSL hostname.
As Joel (pretty much) said, depends on the web server and OS. Here are a number of walkthroughs from GoDaddy. The general process is: