SettingUpWorkshopProxies

Generating training certificates

First request a certificate:

Creating osgedu certs from user cert

* Generate an osgedu specific cert from existing user cert
[sthapa@uct3-edge7 ~]$ voms-proxy-init -valid 168:00 --voms osgedu
  • Then copy to gsu1
  • globus tools look for /tmp/x509up_uXXX where XXX is the uid of the current user
  • So, run the following to clone proxy and give it the right ownership/permissions
for i in `seq -f '%02g' 40`; 
do   
  id=5$i;   
  /bin/cp /home/train96/proxy_file /tmp/x509up_u$id;   
  chown $id:$id /tmp/x509up_u$id; 
done

References


-- RobGardner - 16 Oct 2009
Topic revision: r3 - 21 Oct 2009, SuchandraThapa
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback