diff --git a/src/ipahealthcheck/ipa/certs.py b/src/ipahealthcheck/ipa/certs.py index b73d63c..0b7a995 100644 --- a/src/ipahealthcheck/ipa/certs.py +++ b/src/ipahealthcheck/ipa/certs.py @@ -1074,6 +1074,7 @@ def validate_openssl(self, file): '-verbose', '-show_chain', '-CAfile', paths.IPA_CA_CRT, + '-no-CAfile', '-no-CApath', '-no-CAstore', file] return ipautil.run(args, raiseonerr=False)