Skip to content

Commit 934555b

Browse files
committed
Force HTCondor-CE to use grid locations for verifying SSL certs
(SOFTWARE-4221) SSL is used by SCITOKENS authN to verify the token issuer
1 parent e235828 commit 934555b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

osgtest/tests/test_190_condorce.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@ def test_03_configure_ce(self):
9191
JOB_ROUTER_SCHEDD2_SPOOL=/var/lib/condor/spool
9292
JOB_ROUTER_SCHEDD2_NAME=$(FULL_HOSTNAME)
9393
JOB_ROUTER_SCHEDD2_POOL=$(FULL_HOSTNAME):9618
94+
95+
AUTH_SSL_SERVER_CERTFILE = /etc/grid-security/hostcert.pem
96+
AUTH_SSL_SERVER_KEYFILE = /etc/grid-security/hostkey.pem
97+
AUTH_SSL_SERVER_CADIR = /etc/grid-security/certificates
98+
AUTH_SSL_SERVER_CAFILE =
99+
AUTH_SSL_CLIENT_CERTFILE = /etc/grid-security/hostcert.pem
100+
AUTH_SSL_CLIENT_KEYFILE = /etc/grid-security/hostkey.pem
101+
AUTH_SSL_CLIENT_CADIR = /etc/grid-security/certificates
102+
AUTH_SSL_CLIENT_CAFILE =
94103
"""
95104

96105
if core.rpm_is_installed('htcondor-ce-view'):

0 commit comments

Comments
 (0)