30.2. Screening certificates using the Healthcheck tool
Follow this procedure to run a standalone manual test of an Identity Management (IdM) certificate health check using the Healthcheck tool.
Prerequisites
-
You have
rootprivileges.
Procedure
Enter:
# ipa-healthcheck --source=ipahealthcheck.ipa.certsThe
--source=ipahealthcheck.ipa.certsoption ensures that IdM Healthcheck only performs thecertmongercertificate tests.Successful test displays empty brackets:
[]Failed test shows you the following output:
{ "source": "ipahealthcheck.ipa.certs", "check": "IPACertfileExpirationCheck", "result": "ERROR", "kw": { "key": 1234, "dbdir": "/path/to/nssdb", "error": [error], "msg": "Unable to open NSS database '/path/to/nssdb': [error]" } }This
IPACertfileExpirationChecktest failed on opening the NSS database.
注意Run this suite of Healthcheck tests on all IdM servers when trying to check for issues.