First page Back Continue Last page Overview Graphics
Generating your key pair
It is necessary to install your certificate at any facility where you want to do grid commands, e.g., grid-proxy-init. To do this:
Copy your .p12 file from your computer to your account at PDSF or RCF.
Create a .globus subdirectory of your home directory
Generate your key pair:
openssl pkcs12 –in YourCert.p12 –clcerts –nokeys –out $HOME/.globus/usercert.pem
openssl pkcs12 –in YourCert.p12 –nocerts -out $HOME/.globus/userkey.pem
Reset the permissions on the userkey.pem file you just created: “chmod 600 userkey.pem”.
Your certificate is now installed!
Notes: