Re: openssl s_server and certificate chains

2006-06-02 Thread Victor Duchovni
On Fri, Jun 02, 2006 at 11:14:18AM -0700, david kine wrote: > Hello, > > I have a certificate authority A who signs an entity B, who then signs and > entity C. I will use C as the server certificate in s_server. > > This is a chain of three certificates. > > How do I load all t

openssl s_server and certificate chains

2006-06-02 Thread david kine
Hello,   I have a certificate authority A who signs an entity B, who then signs and entity C.  I will use C as the server certificate in s_server.   This is a chain of three certificates.   How do I load all three into s_server?   The "-cert" option seems to allow only one certificate.