User Tools

Site Tools


users:taarre:cert

This is an old revision of the document!


Installation of the certificate

After the successful application, the certificate has to be installed in the user's home directory following these instructions:

  1. Export or 'backup' the certificate from the browser used for the application. The interface for this varies from browser to browser. The exported file will probably have the extension .p12 or .pfx. Guard this file carefully. Store it off your computer, or remove it once you are finished with this process.
  2. Copy the file to the user's home directory.
  3. Create a directory in the user's home directory:mkdir $HOME/.globus
  4. Extract the certificate creating a public and a private key file replacing YourCert.p12 with the filename chosen during step 1:openssl pkcs12 -in YourCert.p12 -clcerts -nokeys -out $HOME/.globus/usercert.pem
  5. openssl pkcs12 -in YourCert.p12 -nocerts -out $HOME/.globus/userkey.pem
  6. 
The user will be asked to define a passphrase during this step. This passphrase has to be entered every time a proxy is created from the certificate. For security reasons, an empty passphrase is not adviseable.
  7. Set the access mode on your userkey.pem and usercert.pem files:chmod 400 $HOME/.globus/userkey.pem
  8. chmod 600 $HOME/.globus/usercert.pem
  9. Further protection of the $HOME/.globus directory is necessary to prevent everyone except the user to enter this directory:chmod go-rx $HOME/.globus
  10. If the $HOME/.globus directory holding the certificate resides in an afs home-directory, the directory has to be secured using afs-tools in addition to set the normal unix file access permissions:fs setacl -dir $HOME/.globus -acl system:anyuser l

The user's GRID certificate (usercert.pem and userkey.pem) can be copied to every other machine to access the GRID by transporting the$HOME/.globus directory. The security measures described above have to be repeated.
CRABPrerequisitesGRIDCredentials

users/taarre/cert.1399395429.txt.gz · Last modified: 2014/05/06 18:57 by taarre