Closed rcritten closed 1 year ago
The failure looks like:
{
"source": "ipahealthcheck.ipa.certs",
"check": "IPACertTracking",
"result": "WARNING",
"uuid": "4d31e52d-0da7-4434-8da8-2fc4bcae5e25",
"when": "20231027151337Z",
"duration": "1.124710",
"kw": {
"key": "20231027130916",
"msg": "certmonger tracking request {key} found and is not expected on an IPA master."
}
}
IPA does not generate a tracking request for subCA's after creation. One needs to run ipa-server-upgrade to add them.
healthcheck doesn't currently expect to see tracked LWCA certificates. These typically have the form of:
They are currently reported as a warning about an unknown tracked certificate.
We can fetch the CA UUID's from LDAP and build a template request for them so they no longer warn.