I didn't think it possible to server multiple virtual SSL domains from one Apache instance (on the same IP, at least). I suppose if you use different IP numbers this constraint goes away. Has something changed about Apache in this regard?
Then, you have the matter of: If each virtual SSL domain setup must reference its own cert(s), how would this be accomplished if all your certs, for all domains, were consolidated into one big file? Lou Picciano ----- Original Message ----- From: "M C" <migua...@gmail.com> To: openssl-users@openssl.org Sent: Saturday, November 14, 2009 12:56:09 PM GMT -05:00 US/Canada Eastern Subject: how to merge multiple public domain certs into one file? Hi... I've been struggling with how to concatenate multiple public domain certs into one crt file. Basically, I have 5 SSL virtual host domains running on 1 apache httpd server and each host has a separate GeoTrust domain certificate. Instead of having 5 individual public *.crt files, is there anyway to merge them together into 1 file. Any information would be much appreciated. Thanks in advance, Michael