Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Update name of CERN Grid CA certificate
Browse files Browse the repository at this point in the history
The latest update of the CERN-CA-certs package:
https://linux.web.cern.ch/updates/cc7/prod/latest_updates/#2023-04-24
changes the name of the Grid CA certificate.
  • Loading branch information
etejedor committed Apr 28, 2023
1 parent 0ae6157 commit 40b60c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ ADD etc/grid-security/vomsdir /etc/grid-security/vomsdir

# Create truststore for NXCALS Spark connection
RUN yum -y install java-1.8.0-openjdk && \
keytool -import -alias cerngridCA -file /etc/pki/tls/certs/CERN_Grid_Certification_Authority.crt \
keytool -import -alias cerngridCA -file /etc/pki/tls/certs/CERN_Grid_Certification_Authority\(1\).crt \
-keystore /etc/pki/tls/certs/truststore.jks -storepass 'password' -noprompt && \
keytool -import -alias cernRootCA2 -file /etc/pki/tls/certs/CERN_Root_Certification_Authority_2.crt \
-keystore /etc/pki/tls/certs/truststore.jks -storepass 'password' -noprompt && \
Expand Down

0 comments on commit 40b60c2

Please sign in to comment.