Skip to content
Snippets Groups Projects
Commit c9f08493 authored by Cedric Verstege's avatar Cedric Verstege
Browse files

Add CAs to alma9

parent 8fc91f9f
Branches
No related tags found
No related merge requests found
Pipeline #4011 passed
......@@ -26,3 +26,11 @@ RUN dnf -y install \
wlcg-voms-cms \
xrootd-client \
&& dnf clean all
# And certs
RUN dnf -y install 'dnf-command(config-manager)' && \
dnf -y config-manager --add-repo https://repository.egi.eu/sw/production/cas/1/current/repo-files/egi-trustanchors.repo && \
dnf -y install \
ca-policy-egi-core \
ca-policy-lcg \
&& dnf clean all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment