Bugzilla – Bug 1914
myproxy put -cert/-key with cert chain support
Last modified: 2005-12-05 17:24:26
You need to log in before you can comment on or make changes to this bug.
Here's a patch to add -cert and -key options to myproxy put, similar to the grid-proxy-init -cert/-key options, and to add support in myproxy put for certificate files that contain multiple certificates. This allows users to pass in a proxy file with -cert/-key to store on the myproxy server, like this: $ myproxy -h corduroy.ncsa.uiuc.edu put -key /tmp/x509up_u501 -cert /tmp/x509up_u501 Could you include this patch (or something equivalent) in future releases of the Java CoG? It might be useful to add support for multiple certificates to the CoG grid-proxy-init as well. Currently, the following works for the Globus Toolkit C grid-proxy-init but not the Java CoG grid-proxy-init: $ grid-proxy-init -cert /tmp/x509up_u501 -key /tmp/x509up_u501
Created an attachment (id=431) [details] patch to add -cert and -key options to myproxy put and support multiple certificates in certificate file
Patches committed to cvs (also with the appropriate update to grid-proxy-init client). Thanks again!