File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33set -e
44
55# Download the root certificate and update the certificates.
6- rm -rf /etc/pki/ca-trust/source/anchors/RH -IT-Root-CA.crt
6+ rm -rf /etc/pki/ca-trust/source/anchors/Current -IT-Root-CAs.pem
77rm -rf /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem
88update-ca-trust
Original file line number Diff line number Diff line change 33set -e
44
55# Download the root certificate and update the certificates.
6- curl https://password .corp.redhat.com/RH -IT-Root-CA.crt -o /etc/pki/ca-trust/source/anchors/RH -IT-Root-CA.crt
6+ curl https://certs .corp.redhat.com/certs/Current -IT-Root-CAs.pem -o /etc/pki/ca-trust/source/anchors/Current -IT-Root-CAs.pem
77curl https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem -o /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem
88
99update-ca-trust
You can’t perform that action at this time.
0 commit comments