Skip to content

Commit f18d3cd

Browse files
committed
ci: don't use egi software repo for CA certs
1 parent ef40ce1 commit f18d3cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.ci/init-el9-ui.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ update-crypto-policies --set DEFAULT:SHA1
77

88
AUTOCA_URL=https://ci.dcache.org/ca
99

10-
dnf -q install -y epel-release which
10+
dnf -q install -y epel-release which dnf-plugins-core
1111
dnf -q install -y https://download.dcache.org/nexus/repository/s2-testsuite/el9/x86_64/s2-20240423-1.x86_64.rpm
1212
dnf -q install -y voms-clients-cpp fetch-crl openssl globus-gass-copy-progs
1313

14+
1415
rpm -i https://www.desy.de/~tigran/ca_dCacheORG-3.0-6.noarch.rpm
1516
rpm -i https://linuxsoft.cern.ch/wlcg/centos7/x86_64/desy-voms-all-1.0.0-1.noarch.rpm
1617

17-
curl https://repository.egi.eu/sw/production/cas/1/current/repo-files/egi-trustanchors.repo -o /etc/yum.repos.d/egi-trustanchors.repo
18-
18+
dnf config-manager --add-repo https://dl.igtf.net/distribution/igtf/current/
19+
rpmkeys --import https://dl.igtf.net/distribution/igtf/current/GPG-KEY-EUGridPMA-RPM-3
1920
dnf -y install ca_USERTrustRSACertificationAuthority \
2021
ca_ResearchandEducationTrustRSARootCA \
2122
ca_GEANTeScienceSSLCA4 \

0 commit comments

Comments
 (0)