Created
February 26, 2014 08:40
-
-
Save nsahoo/9225890 to your computer and use it in GitHub Desktop.
grid certificate installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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