Re: [openssl verify] [lookup:unable to get issuer certificate]

2009-08-20 Thread Abhishek Kane
Please see if you have created certificates correctly : http://www.g-loaded.eu/2005/11/10/be-your-own-ca/ This may help. Regards, Abhishek 2009/8/19 Matthias Güntert > > Can someone please shed some light on this? This are the > > test-certificates I have been using. > > I figured it out: > >

Re: Creating CA certificates

2009-08-18 Thread Abhishek Kane
Well, I am also getting same verify error (7), but the connection does not break. On Tue, Aug 18, 2009 at 5:13 PM, vishal saraswat < vishalsaraswat...@gmail.com> wrote: > Hi all, > > I am sorry, I forgot to tell you that the final PEM I create is composed of > key and certificate both. > > cat s

Re: Creating CA certificates

2009-08-18 Thread Abhishek Kane
Thanks guys, All these comments helped a lot ! Things are working for me now. On Tue, Aug 18, 2009 at 4:48 PM, Goetz Babin-Ebell wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > vishal saraswat schrieb: > | Hi Serge, > Hello cishal, > > | I use the following commands to start the serv

Creating CA certificates

2009-08-18 Thread Abhishek Kane
Hi, I am using following steps to create Ca & server certificate : 1. Create CA certificate shell> *openssl genrsa 2048 > ca-key.pem* shell> *openssl req -new -x509 -nodes -days 1000 \* *-key ca-key.pem > ca-cert.pem* 2. Create server certificate shell> *openssl req -newkey rsa:2048 -da