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

RE: [Condor-users] does large queue cause high load?



The following text appears in both the 6.6 and 6.7 documentation.

Can you change the use of GSI_DAEMON_DIR to GSI_DAEMON_DIRECTORY as I think
that
is what is required.

cheers

JK
=======================

1. Configuration variable GSI_DAEMON_DIRECTORY   gives the complete path
name to the directory that contains the certificate, key, and directory with
trusted CAs. Condor uses this directory as follows in its construction of
the following configuration variables:

GSI_DAEMON_CERT           = $(GSI_DAEMON_DIR)/hostcert.pem
GSI_DAEMON_KEY            = $(GSI_DAEMON_DIR)/hostkey.pem
GSI_DAEMON_TRUSTED_CA_DIR = $(GSI_DAEMON_DIR)/certificates

Note that no proxy is assumed in this case.