Re: [us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-03 Thread Krist van Besien
On Sun, Jan 2, 2011 at 8:21 PM, Mohit Anchlia 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 10.10.10.101:80> > > Is there a way t

Re: [us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-02 Thread Mohit Anchlia
On Sun, Jan 2, 2011 at 12:59 PM, Eric Covener wrote: > On Sun, Jan 2, 2011 at 2:21 PM, Mohit Anchlia 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

Re: [us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-02 Thread Eric Covener
On Sun, Jan 2, 2011 at 2:21 PM, Mohit Anchlia 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 10.10.10.101:80> > > Is there a way t

[us...@httpd] Adding multiple keys and cert to a virtual host

2011-01-02 Thread Mohit Anchlia
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 Is there a way to do this? For java security for eg we use keytool. Can someone please suggest how