Skip to content

Commit

Permalink
Add new 2022 certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Novelli committed Aug 30, 2023
1 parent d2bb439 commit 736649d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jboss/container/eap/jdk-cert-remove/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ set -e

# Download the root certificate and update the certificates.
rm -rf /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt
update-ca-trust
rm -rf /etc/pki/ca-trust/source/anchors/2022-IT-Root-CA.pem
update-ca-trust
4 changes: 3 additions & 1 deletion jboss/container/eap/jdk-cert/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ 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
update-ca-trust
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 736649d

Please sign in to comment.