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