Changes between Version 22 and Version 23 of ProxyLight

Show
Ignore:
Timestamp:
04/14/09 09:04:00 (17 months ago)
Author:
markus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ProxyLight

    v22 v23  
    55 
    66!SimpleProxyLib is a library I put together after I wrote [http://grix.vpac.org grix]. It's value is not really as a library but as a collection of code that shows how to deal with x509/certificate/proxy related stuff in a grid environment. So, if you need to create a local proxy in your code or you need to get a delegated proxy from a !MyProxy server or you have to deal with voms within your (java) application !SimpleProxyLib might be of interest for you. I wrote it because I found it really hard to figure out all this stuff or to find documentation and thought it would be good to have a kind of "example code" repository. 
     7 
     8== swiss-proxy-knife == 
     9 
     10The swiss-proxy-knife is a tool that allows you to do all kinds of proxy operations from the commandline:  
     11 
     12 * create a local proxy 
     13 * get a delegated !MyProxy 
     14 * get a slcs-certificate 
     15 * convert any of the above to a voms-proxy 
     16 * delegate a proxy to !MyProxy 
     17 * store a proxy to the default location on your desktop computer 
     18 
     19For more infomation, have a look here: SwissProxyKnife 
    720 
    821== How to build it from source ==