From 8acd59fe3d32e249c5e37138ec1c360fd8ad1de2 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 4 Sep 2014 12:42:51 -0400 Subject: Revert "Enabled certificate revocation checking by default." This reverts commit 223d15539b7bcc0df025025036af2935726e52e3. The patch does not work for subsystems installed on separate instance since it will require additional OCSP setup. --- base/tks/shared/conf/CS.cfg.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/tks/shared') diff --git a/base/tks/shared/conf/CS.cfg.in b/base/tks/shared/conf/CS.cfg.in index 41937d140..bd2858d02 100644 --- a/base/tks/shared/conf/CS.cfg.in +++ b/base/tks/shared/conf/CS.cfg.in @@ -132,10 +132,6 @@ auths.instance.AgentCertAuth.agentGroup=Certificate Manager Agents auths.instance.AgentCertAuth.pluginName=AgentCertAuth auths.instance.TokenAuth.pluginName=TokenAuth auths.revocationChecking.bufferSize=50 -auths.revocationChecking.enabled=true -auths.revocationChecking.tks=tks -auths.revocationChecking.unknownStateInterval=0 -auths.revocationChecking.validityInterval=120 authz._000=## authz._001=## new authorizatioin authz._002=## -- cgit