Certificate health check
The CertMgr task checks the health of imported keys and certificates at the time of import and every 30 minutes thereafter.
A column in the KeyFiles view of certstore.nsf shows green,
yellow, or red icons to indicate the status of each certificate. If yellow or red is
shown, open the document and read the Status field to find
details about the problem. The reported status is similar to information generated by
the kyrtool verify
command, for example, a missing key or mismatch
between key and certificate.
CertMgr also checks the Certificate Expiration Date and Certificate Renew Date of each certificate. A certificate that exceeds its renew date by at least one day without being renewed is flagged yellow. A certificate that is due to expire in one day or has expired is flagged red.
Use the tell certmgr check
command to run CertMgr to check key and
certificate health on demand.
Statistic | Description |
---|---|
CertMgr.CertStatus.Green | Number of certificates that are in a healthy state. |
CertMgr.CertStatus.Red | Number of certificates with errors. |
CertMgr.CertStatus.Yellow | Number of certificates with warnings. |
CertMgr.CertStatus | The overall health of certificates. Shows the most severe certificate state found. For example, if all certificates are healthy, reports "Green." If at least one certificate has an error, reports "Red." |
> show stat certmgr.*
CertMgr.CertStatus.Green = 3
CertMgr.CertStatus.Red = 1
CertMgr.CertStatus.Yellow = 2
CertMgr.CertStatus = Red
4 statistics found