I need to set up SSL certificates for multiple domain names on a
single server.  I've done some research and I think these are my
options:

1. use multiple IPs
drawbacks: requires separate apache2 config for each SSL domain, extra
IPs must be allocated by the hosting company

2. use multiple ports
drawbacks: requires separate apache2 & firewall config for each SSL
domain, port numbers look weird in the URL

3. Server Name Indication
drawbacks: browser support is not widespread enough yet

4. X.509 v3 with subjectAltName
drawbacks: ???

Are there other options?  Are there drawbacks to relying on X.509 v3
with subjectAltName, or is that the way to go?

- Grant

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to