Skip to content

Commit

Permalink
vomses
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Oct 8, 2024
1 parent 2bd3c40 commit bd2cc1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vre-singleuser-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ LABEL org.label-schema.build-date=$BUILD_DATE

USER root

RUN echo '"atlas" "voms-atlas-auth.app.cern.ch" "443" "/DC=ch/DC=cern/OU=computers/CN=atlas-auth.web.cern.ch" "atlas" "24"' > /etc/vomses/atlas-voms-atlas-auth.app.cern.ch \
&& echo '/DC=ch/DC=cern/OU=computers/CN=atlas-auth.web.cern.ch \n/DC=ch/DC=cern/CN=CERN Grid Certification Authority' > voms-atlas-auth.app.cern.ch.lsc \
&& echo '/DC=ch/DC=cern/OU=computers/CN=atlas-auth.cern.ch \n/DC=ch/DC=cern/CN=CERN Grid Certification Authority' > voms-atlas-auth.cern.ch.lsc

# Setup extension Rucio instance config
COPY configure-vre.py /usr/local/bin/
RUN chmod +x /usr/local/bin/configure-vre.py
Expand Down

0 comments on commit bd2cc1b

Please sign in to comment.