"Kevin Murphy" <kevinpatrickmur...@gmail.com> writes: [...]
> I came accross a couple "howto" articles for setting up one certificate that > will cover all virtual hosts on a web server... one static IP, one > certificate, > multiple sites, lots of saved money! Hi Kevin, Those sites describe a way to put multiple certificates on the same IP address, so they will save you IP addresses, not certificates. The only way I know of to put multiple hosts on the same certificate is to use a wildcard certificate, and make sure all host names match the wildcard. [...] > These posts are all made in 2006 - 2007, I can't find any recent howto's or > information as to whether OpenSSL or Apache still require recompiling (I don't > have any experience with that, just "apt-get install..." and configure) or > whether this can really be done effectively as the Apache docs claim it cannot > be (http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts). It looks like a patch is required, so regular Apache could not do this, but a patched Apache could. The docs are for the unpatched Apache. All of these things involve experimental patches, custom compilation, etc. If you're uncomfortable with that, your best bet is probably to wait until this feature makes its way into regular OS distributions. Good luck! ----Scott. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org