On Sun, Jan 2, 2011 at 2:21 PM, Mohit Anchlia <mohitanch...@gmail.com> wrote:
> Apache 2:
>
> I have a need to add multiple certs and keys to a given virtual host.
> I don't see a way to add multiple keys or certs to one virtual host.
> For eg: key and cert for abc.com and def.com in <VirtualHost
> 10.10.10.101:80>
>
> Is there a way to do this? For java security for eg we use keytool.
> Can someone please suggest how to do it if it possible?

The closest you can get is the SNI support in Apache, which will
require separate virtual hosts.

http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI


>
> ---------------------------------------------------------------------
> 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
>
>



-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
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