From a74f773e0e7cf14156cc950439383ee288c723a4 Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Wed, 4 Oct 2023 11:41:41 +0200 Subject: [PATCH] Disable healthcheck CS.cfg certs match Cert and csr will be removed from CS.cfg and stored in DB or separate file so this check is not anymore valid. It is temporary disabled to verify if can be removed or it should be replaced with other checks. --- base/server/healthcheck/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/server/healthcheck/setup.py b/base/server/healthcheck/setup.py index bbbbdb1a803..aac895c8b49 100644 --- a/base/server/healthcheck/setup.py +++ b/base/server/healthcheck/setup.py @@ -31,7 +31,8 @@ ], # plugin modules for pkihealthcheck.meta registry 'pkihealthcheck.meta': [ - 'pki_certs = pki.server.healthcheck.meta.csconfig', + # Temporary disabled untile certs from CS config will be completely removed + #'pki_certs = pki.server.healthcheck.meta.csconfig', 'pki_connectivity = pki.server.healthcheck.meta.connectivity', ], # plugin modules for pkihealthcheck.certs registry