We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It sets crl_check_all as an argument for openssl. Does this end up checking every cert in the chain?
crl_check_all
Needs testing.
The text was updated successfully, but these errors were encountered:
-crl_check_all Checks the validity of all certificates in the chain by attempting to look up valid CRLs.
Yes, it does. We can add/replace it with the option of just -crl_check to only check the first certificate. Sourced from https://www.openssl.org[/docs/man1.0.2/man1/openssl-verify.html](https://www.openssl.org/docs/man1.0.2/man1/openssl-verify.html)
Sorry, something went wrong.
No branches or pull requests
It sets
crl_check_all
as an argument for openssl. Does this end up checking every cert in the chain?Needs testing.
The text was updated successfully, but these errors were encountered: