Re: certificate regeneration problem: how to create certs for use in a client/server application

2014-07-23 Thread Daniel Bertrand
to test/verify your setup: > >openssl s_client -connect : -CAfile > > It should complete with "Verify OK (0)" or similar. > > Jeff > > On Wed, Jul 23, 2014 at 4:24 PM, Daniel Bertrand > wrote: >> Hi, >> >> I have inherited s

certificate regeneration problem: how to create certs for use in a client/server application

2014-07-23 Thread Daniel Bertrand
Hi, I have inherited  some c code which implements client/server communication. The certs expired last week and there is no documentation as to how the certs were generated. I would like to know the correct sequence of openssl commands to generate the certificate files on server S and client