Difference between revisions of "JGridstart/Dot-globus"

From PDP/Grid Wiki
Jump to navigationJump to search
(initial version)
 
(add links)
Line 8: Line 8:
 
==Location of <tt>~/.globus</tt>==
 
==Location of <tt>~/.globus</tt>==
 
Unix and related: <tt>~/.globus</tt>
 
Unix and related: <tt>~/.globus</tt>
Windows: <tt>c:\Documents and Settings\[your username]\.globus</tt> [
+
Windows: <tt>c:\Documents and Settings\[your username]\.globus</tt>
 +
 
 +
==Links==
 +
* [http://globus.org/toolkit/docs/latest-stable/security/ Globus security]
 +
** [http://globus.org/toolkit/docs/latest-stable/security/gsic/pi/#gsic-env-var Environment variables and locations for globus C API]
 +
* [http://www.ci.uchicago.edu/~benc/wits/security.html Security and Certificates on the Grid]

Revision as of 11:42, 20 May 2009

Globus has a convention for storing and retrieving the user's key and certificate. On unix and related systems, this is a directory ~/.globus . This page discusses the files that can be present.

  • userkey.pem - the user's private key in PEM format
  • usercert.pem - the user's public certificate in PEM format
  • cog.properties - security properties used by Globus CoG, allows customising the others (!) CogProperties /(JavaDoc)
  • certificates/ - CA certificates to replace system's location when present (also in CogProperties)

Location of ~/.globus

Unix and related: ~/.globus Windows: c:\Documents and Settings\[your username]\.globus

Links