Check that the x509 proxy is valid before using x509userproxy option
Release notes
- fix x509userproxy option for condor (on lxplus) when the proxy is expired
Details
On lxplus, when the $X509_USER_PROXY
env var points to an expired proxy, condor will give a "proxy has expired" error message during submission. This check uses voms-proxy-info
to check that the proxy is still valid before adding the option to the submission script.