Re: How to delegate a next proxy by current proxy

2007-06-19 Thread Ian jonhson
Sorry, I make a mistake. The letter is not for your ~ Very sorry~ On 6/19/07, Christopher Kunz <[EMAIL PROTECTED]> wrote: Ian jonhson schrieb: > Oh... Are there any example codes for doing this job with openssl API? Did you actually read my former mail? You replied to it with > The book is

Re: How to delegate a next proxy by current proxy

2007-06-19 Thread Christopher Kunz
Ian jonhson schrieb: > Oh... Are there any example codes for doing this job with openssl API? Did you actually read my former mail? You replied to it with > The book is very necessary for me. Look that mail up in your archive, it contains URLs to an example in C. --ck ___

Re: How to delegate a next proxy by current proxy

2007-06-19 Thread Ian jonhson
Oh... Are there any example codes for doing this job with openssl API? On 6/19/07, Christopher Kunz <[EMAIL PROTECTED]> wrote: Ian jonhson schrieb: > > Did you successfully create second delegated proxy? How to create? > Are there something wrong with my commands? I never used the command-l

Re: How to delegate a next proxy by current proxy

2007-06-19 Thread Christopher Kunz
Ian jonhson schrieb: > > Did you successfully create second delegated proxy? How to create? > Are there something wrong with my commands? I never used the command-line tools. I did all my work with OpenSSL's C API. Sorry I can't help. --ck ___

Re: How to delegate a next proxy by current proxy

2007-06-19 Thread Ian jonhson
Hi, I met a problem when I verified my proxy. Yes, I have created a delegated proxy by globus proxy, but verifying it shew out a error. Firstly, I have created my proxy by globus command 'grid-proxy-init', and then I constructed by delegated proxy by standard openssl commands: SUBJ=`openssl x50

Re: How to delegate a next proxy by current proxy

2007-06-16 Thread Ian jonhson
Thank you very much. The book is very necessary for me. Thanks again, Ian On 6/15/07, Christopher Kunz <[EMAIL PROTECTED]> wrote: Ian jonhson schrieb: > Hi, > > As we know, a user owned certificate can delegate his proxy to finish > hit grid task. If the applications with user's proxy run in

Re: How to delegate a next proxy by current proxy

2007-06-15 Thread Christopher Kunz
Ian jonhson schrieb: > Hi, > > As we know, a user owned certificate can delegate his proxy to finish > hit grid task. If the applications with user's proxy run in a node > need to access remote data node, it have to create next level proxy by > its current proxy. > > How to create next proxy? If

How to delegate a next proxy by current proxy

2007-06-15 Thread Ian jonhson
Hi, As we know, a user owned certificate can delegate his proxy to finish hit grid task. If the applications with user's proxy run in a node need to access remote data node, it have to create next level proxy by its current proxy. How to create next proxy? If you implement the codes only by Open