Bug 1850306
Summary: | USERTrust RSA Certification Authority certificate expiration causes certificate validation issue | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Zachary Hopkins <zachary.hopkins> | ||||
Component: | ca-certificates | Assignee: | Bob Relyea <rrelyea> | ||||
Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE Security Team <qe-baseos-security> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 7.9 | ||||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-06-24 22:44:11 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Zachary Hopkins
2020-06-24 01:40:03 UTC
Hmmm I think something went wrong with the install, the expired USERTrust cert is definitely removed from ca-certificates-2020.2.41-70.0.el7_8.noarch. Possible issues: 1) update-ca-trust didn't run or failed at install time. Does running update-ca-trust manually fix the problem? 2) the certificate is in the user supplied certificate section. Those would be: /usr/share/pki/ca-trust-source/anchors /etc/pki/ca-trust/source/* (In reply to Bob Relyea from comment #2) > Hmmm I think something went wrong with the install, the expired USERTrust > cert is definitely removed from ca-certificates-2020.2.41-70.0.el7_8.noarch. > > Possible issues: > 1) update-ca-trust didn't run or failed at install time. Does running > update-ca-trust manually fix the problem? > 2) the certificate is in the user supplied certificate section. Those > would be: > /usr/share/pki/ca-trust-source/anchors > /etc/pki/ca-trust/source/* Bob, I do believe you are correct. It looks like our Satellite instance had pushed out a certificate bundle (/etc/pki/ca-trust/source/anchors/katello-server-ca.pem) that contained the expired certificates. That was the only file present in the directories you listed. Removing the katello-server-ca.pem file, and re-running update-ca-trust, immediately resolved the errors we saw with OpenSSL. It looks like we may have gotten ourselves stuck in a bit of a loop - all of our Red Hat servers rely on both of those expired certificates, and even though we were blacklisting them and manually removing their entries, they were being pushed right back via Satellite. Thank you for the information! No problem. I was a little panicked because I knew that I had removed all the certificates that expired in 2020 and you are loading the latest ca-certificate package, so something wasn't quite right. |