Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Jun 18, 2024
1 parent 192c391 commit 19842c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/frontend/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ sed -i -e "s,access_log,access_log_${hname},g" \

### Following commands will generate authentication maps.

/data/srv/current/config/frontend/mkvomsmap --key /data/srv/current/auth/proxy/proxy --cert /data/srv/current/auth/proxy/proxy -c /data/srv/current/config/frontend/mkgridmap.conf -o /data/srv/state/frontend/etc/voms-gridmap.txt --vo cms --git-token-path /data/srv/current/auth/frontend/gitlab_token.txt ; [ $? -ne 0 ] && /bin/bash /data/alerts.sh
/data/srv/current/config/frontend/mkvomsmap -c /data/srv/current/config/frontend/mkauth.conf -o /data/srv/state/frontend/etc/voms-gridmap.txt --cert /etc/robots/robotcert.pem --key /etc/robots/robotkey.pem --ca-cert /etc/ssl/certs/CERN-bundle.pem ; [ $? -ne 0 ] && /bin/bash /data/alerts.sh

/data/srv/current/config/frontend/mkauthmap -c /data/srv/current/config/frontend/mkauth.conf -o /data/srv/state/frontend/etc/authmap.json --cert /etc/robots/robotcert.pem --key /etc/robots/robotkey.pem --ca-cert /etc/ssl/certs/CERN-bundle.pem ; [ $? -ne 0 ] && /bin/bash /data/alerts.sh

Expand Down

0 comments on commit 19842c7

Please sign in to comment.