> 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 [email protected] Automated List Manager [email protected]
