[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Simulating HTCondor's delegation of a proxy (fwd)



> My question.. is there any way to delegate the proxy using the same method
>  that condor does so as to reliably reproduce such a proxy without having
> to steal it off of a worker node from a running job every time?

Completely outside of HTCondor, you should be able to use "grid-proxy-init",
using your original proxy as the cert and specifying a new proxy as the output:

	grid-proxy-init -cert /tmp/x509up_uZKM -key /tmp/x509up_uZKM -out /tmp/x509up_uZKM_double

And then check it with:
	grid-proxy-info -file /tmp/x509up_uZKM_double


Cheers,
-zach