[openssl-users] openssl verify command doesn't work

Viktor Dukhovni openssl-users at dukhovni.org
Fri Mar 2 15:37:43 UTC 2018



> On Mar 2, 2018, at 9:49 AM, CAMPETTO CLAUDIO <ccampetto at sogei.it> wrote:
> 
>>>>> openssl verify -CAfile CATest2.cacert.pem -crl_check -crlfile CATest2.crl.pem testrinnovo1_nuovo.pem
> 
> usage: verify [-verbose] [-CApath path] [-CAfile file] [-trusted_first] [-purpose purpose] [-crl_check] [-no_alt_chains] [-attime timestamp] [-engine e] cert1 cert2 ...

Thanks for the report.  The documentation is slated to be fixed
via https://github.com/openssl/openssl/pull/5492

In the meantime, use "-CRLfile", which is the correction option name
(case convention analogous to "-CAfile" and "-CApath", ...).

-- 
	Viktor.



More information about the openssl-users mailing list