Fixes #37063 - Add feature in katello-certs-check to verify if CA bundle has any certificates with trust rules
Do you think you could add a test case for this? We have certificate fixtures where we generate different of these failing scenarios (https://github.com/theforeman/foreman-installer/blob/develop/spec/fixtures/katello-certs-check/create_cert.sh) and then we test that the script does what we expect when encountering said type (https://github.com/theforeman/foreman-installer/blob/develop/spec/katello_certs_check_spec.rb).
I'll have a look at the test case. I may need some help with it.
I'll have a look at the test case. I may need some help with it.
I pushed an update with a test case and fixed the indentation issues. Let me know if anything else is needed.