Skip to content

Commit

Permalink
Add X509_USER_PROXY
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Jun 7, 2024
1 parent 4c379ac commit c6e4642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/deploy-wmagent-venv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ wmaInstall() {
_addWMCoreVenvVar WMA_CERTS_DIR $WMA_ROOT_DIR/certs
_addWMCoreVenvVar X509_USER_CERT $WMA_CERTS_DIR/servicecert.pem
_addWMCoreVenvVar X509_USER_KEY $WMA_CERTS_DIR/servicekey.pem
_addWMCoreVenvVar X509_USER_PROXY $WMA_CERTS_DIR/myproxy.pem
_addWMCoreVenvVar WMA_CURRENT_DIR $WMA_BASE_DIR/$WMA_TAG
_addWMCoreVenvVar WMA_INSTALL_DIR $WMA_CURRENT_DIR/install
Expand Down

0 comments on commit c6e4642

Please sign in to comment.