Skip to content
Snippets Groups Projects
Commit a0a11015 authored by Maiken's avatar Maiken
Browse files

Update PROXY.in - need to set x509_CERT_DIR since it now can be the system...

Update PROXY.in - need to set x509_CERT_DIR since it now can be the system directory instead of the globus directory.
parent 7ec0c0b4
No related branches found
No related tags found
1 merge request!1642Update PROXY.in - needs x509_CERT_DIR parameter to work with tokens
Pipeline #23922 passed
# description: copy proxy certificate to the job session directory
# param:COPY_CACERT_DIR:Yes,No:Yes:If set to Yes, CA certificate dir will be copied to the session directory along with proxy certificate
# param:USE_DELEGATION_DB:Yes,No:No:If set to Yes RTE will try to extract proxy certificate from A-REX delegation DB (works in limited number of cases)
# param:X509_CERT_DIR:string:/etc/pki/tls/certs:CAdir to use (either /etc/grid-security/certificates or system folder depending on x509_cert_policy globus or system)
COPY_CACERT_DIR="${COPY_CACERT_DIR:-Yes}"
USE_DELEGATION_DB="${USE_DELEGATION_DB:-No}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment