Skip to content
New issue

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

IPAOpenSSLChainValidation: ignore default trust store #341

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 10, 2024

  1. IPAOpenSSLChainValidation: ignore default trust store

    The check IPAOpenSSLChainValidation is ensuring that the
    whole certification chain is present in IPA for httpd and RA
    certificates.
    It internally calls openssl verify -CAfile /etc/ipa/ca.crt.
    
    With the latest version of ca-certificates package shipped in
    rawhide/Fedora 42, openssl verify also uses the default trust
    store. Since the test wants to check the chain presence in
    /etc/ipa/ca.crt, add the -no-CAfile -no-CApath and -no-CAstore
    options to ensure that only /etc/ipa/ca.crt is used as trusted
    source.
    
    Fixes: freeipa#340
    
    Signed-off-by: Florence Blanc-Renaud <[email protected]>
    flo-renaud committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ff0e08d View commit details
    Browse the repository at this point in the history