On Sat, Apr 11, 2009 at 02:01:20AM +0200, gabrix wrote:
> Than i made a link in the same directory this way:
>
> > ln -s cacert.pem `openssl x509 -hash -noout -in cacert.pem`.0
>
> Once done this the following command to verify the path get stalled:
>
> > openssl verify -CApath cacert.pem
>
With just a single certificate, don't bother with CApath, just use
CAfile. CApath is a directory not a filename. (Also, don't build CApath
by hand use c_rehash, but this is moot in this case).
--
Viktor.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [email protected]