Accounts and Certificates
[Home]
[Machines]
[Applications]
[Testbed]
[Middleware]
[Services]
[Contact]
To request a CCT user certificate, issue the following command on the shell
$grid-cert-request
When in doubt where to run this, try ssh'ing to gridhub.cct.lsu.edu (using your LDAP account). You should then mail the usercert_request.pem
$cat $HOME/.globus/usercert_request.pem |mail ca@cct.lsu.edu
NOTE :: ALL the CA REQUESTS will be handled by ca@cct.lsu.edu
If you have problems requesting / setting up certificates contact :
architk@cct.lsu.edu AIM : architkulsh
On receiving the signed certificate from the CA Admin, copy into your .globus location as follows
$cp youname_signed.pem $HOME/.globus/usercert.pem
For Instance : cp jack_signed.pem $HOME/.globus/usercert.pem
|