Skip to content
Snippets Groups Projects
Commit 0fdff202 authored by Clemens Lange's avatar Clemens Lange
Browse files

Use base64 for password

parent 9fcd419a
Branches
No related tags found
No related merge requests found
Pipeline #1419339 failed
......@@ -107,7 +107,7 @@ voms_proxy:
- printf $GRID_USERCERT | base64 -d > ${HOME}/.globus/usercert.pem
- printf $GRID_USERKEY | base64 -d > ${HOME}/.globus/userkey.pem
- chmod 400 ${HOME}/.globus/userkey.pem
- echo ${GRID_PASSWORD} | voms-proxy-init --voms cms --pwstdin
- printf ${GRID_PASSWORD} | base64 -d | voms-proxy-init --voms cms --pwstdin
- voms-proxy-info --all
- voms-proxy-destroy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment