From 1ca955eb2e2955a967217f1bb1c08f3b8f05bbbb Mon Sep 17 00:00:00 2001
From: Maarten Litmaath <Maarten.Litmaath@cern.ch>
Date: Mon, 18 Nov 2024 21:54:36 +0100
Subject: [PATCH] Removed unnecessary settings.

---
 docs/site/vobox_htc_arc.md | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs/site/vobox_htc_arc.md b/docs/site/vobox_htc_arc.md
index 835c95d..b681416 100644
--- a/docs/site/vobox_htc_arc.md
+++ b/docs/site/vobox_htc_arc.md
@@ -231,13 +231,8 @@ This configuration is needed for HTCondor that _used_ run a _JobRouter_ (not nee
         ```console
         # non-standard settings for an ALICE VObox
 
-        AUTH_SSL_CLIENT_CADIR = /etc/grid-security/certificates
-        AUTH_SSL_USE_CLIENT_PROXY_ENV_VAR = True
-
         CONDOR_FSYNC = False
 
-        DELEGATE_JOB_GSI_CREDENTIALS_LIFETIME = 0
-
         GRIDMANAGER_DEBUG =
         GRIDMANAGER_GAHP_CALL_TIMEOUT = 3600
         GRIDMANAGER_GAHP_RESPONSE_TIMEOUT = 300
@@ -245,8 +240,6 @@ This configuration is needed for HTCondor that _used_ run a _JobRouter_ (not nee
         GRIDMANAGER_MAX_PENDING_REQUESTS = 500
         GRIDMANAGER_MAX_SUBMITTED_JOBS_PER_RESOURCE = 10000
         GRIDMANAGER_SELECTION_EXPR = (ClusterId % 2)
-
-        GSI_SKIP_HOST_CHECK = true
         ```
 
 4. Restart HTCondor now and automatically at boot time:
-- 
GitLab