Skip to content

Instantly share code, notes, and snippets.

@nsahoo
Created February 26, 2014 08:40
Show Gist options
  • Save nsahoo/9225890 to your computer and use it in GitHub Desktop.
Save nsahoo/9225890 to your computer and use it in GitHub Desktop.
grid certificate installation
mkdir $HOME/.globus
openssl pkcs12 -in YourCert.p12 -clcerts -nokeys -out $HOME/.globus/usercert.pem
openssl pkcs12 -in YourCert.p12 -nocerts -out $HOME/.globus/userkey.pem
chmod 400 $HOME/.globus/userkey.pem
chmod 600 $HOME/.globus/usercert.pem
chmod go-rx $HOME/.globus
fs setacl -dir $HOME/.globus -acl system:anyuser l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment