:59, Dr. Stephen Henson wrote:
> On Mon, Jan 24, 2005, Siddharth Ramesh wrote:
>
> > Hi all,
> > I wrote a program to create a self signed CA certificate and using it,
> > created a client certificate. When i used the command
> >
> > openssl verify -CAfile ca_c
Hi all,
I wrote a program to create a self signed CA certificate and using it,
created a client certificate. When i used the command
openssl verify -CAfile ca_cert.pem client_cert.pem
to verify the client certificate, it verifies properly giving the output
'client_cert.pem : OK'
But when I wro