Skip to content

Commit

Permalink
Merge pull request #281 from rdnovell/master
Browse files Browse the repository at this point in the history
[EAPPROD-895] Update certificate
  • Loading branch information
rdnovell committed Feb 29, 2024
2 parents e68f643 + 298144e commit f47cf56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jboss/container/eap/jdk-cert-remove/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -e

# Download the root certificate and update the certificates.
rm -rf /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt
rm -rf /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem
rm -rf /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem
update-ca-trust
2 changes: 1 addition & 1 deletion jboss/container/eap/jdk-cert/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# Download the root certificate and update the certificates.
curl https://password.corp.redhat.com/RH-IT-Root-CA.crt -o /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt
curl https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem
curl https://certs.corp.redhat.com/certs/2022-IT-Root-CA.pem -o /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem

update-ca-trust

0 comments on commit f47cf56

Please sign in to comment.