On Sun, Jan 2, 2011 at 2:21 PM, Mohit Anchlia <[email protected]> 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: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > > -- Eric Covener [email protected] --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
