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 <matzeguent...@gmx.de>

> > Can someone please shed some light on this? This are the
> > test-certificates I have been using.
>
> I figured it out:
>
> $ man 1 verify
> [...]
> -CAfile file: A file of trusted certificates. The file should contain
> multiple certificates in PEM format concatenated together.
> [...]
>
> $ cat rootCA.crt subRootCA.crt > ca.crt
>
> $ openssl verify -CAfile rootCA.crt subRootCA.crt
> subRootCA.crt: OK
>
> $ openssl verify -CAfile ca.crt client.crt
> client.crt: OK
>
> et voila...
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           majord...@openssl.org
>

Reply via email to