Cluster Ohio Home |
Cluster OhioObtaining an OSC Cluster Ohio Grid User CertificateTo use the grid computing resources in Cluster Ohio, each user must generate a personal key pair and have it signed by the certificate authority which authorizes his or her access to the machines. This guide describes the process, which is actually quite simple, although it does involve multiple parties.
grid-cert-request Output from the openssl key generation will be displayed on your terminal, and soon it will ask you for a pass phrase: Generating a 1024 bit RSA private key
.....++++++
.++++++
writing new private key
A pass phrase is essentially like a login password but it can be longer, up to 64 characters, and can include spaces, digits, and numbers. You should use a fairly long phrase that is easy for you to type and to remember. After you type it, it will ask you to type it again to verify that you typed the same phrase both times: Verifying password - Enter PEM pass phrase: Next some more output is generated and the screen is cleared (unless you use the flag -verbose). Finally it will print a summary of the key it generated with instructions on how to get the key signed, the next necessary step before you can use your key: A private key and a certificate request has been generated with the subject: /O=Grid/O=OSC/CN=Joe User If the CN=Joe User is not appropriate, rerun this script with the -force -cn "Common Name" options. Your private key is stored in /home/osc1999/.globus/userkey.pem Your request is stored in /home/osc1999/.globus/usercert_request.pem Please e-mail the request to the OSC Certification Authority grid-cert-request@osc.edu You may use a command similar to the following: cat /home/osc1999/.globus/usercert_request.pem | Only use the above if this machine can send AND receive e-mail. if not, please mail using some other method. Your certificate will be mailed to you within two working days. If you receive no response, contact OSC Certification Authority at grid-cert-request@osc.edu ls -la ~/.globus If everything is correct you should see output similar to the following: -r--r--r-- 1 osc1999 G-1999 2735 May 19 13:51 usercert.pem -rw-r--r-- 1 osc1999 G-1999 1249 May 19 13:51 usercert_request.pem -r-------- 1 osc1999 G-1999 963 May 19 13:51 userkey.pem To change the permissions if they do not match, type the following: chmod 444 ~/.globus/usercert.pem chmod 400 ~/.globus/userkey.pem Last updated 20 May 2003 by Pete Wyckoff <pw@osc.edu>. |
