22.2. Recovering from expired service certificates on the renewal server
In this scenario, the IdM CA certificate is still valid, but other service certificates (LDAP, HTTPD) have expired on the renewal server itself. The ipa-cert-fix utility is specifically designed to address this type of issue.
Procedure
Stop IdM services on the renewal server:
# ipactl stopRun
ipa-cert-fixto:- Inspect tracked certificates.
- Resets the certificates' expiration dates in LDAP.
Allow
certmongerto issue new certificates.Type
yesto continue when prompted:# ipa-cert-fix警告Do not run the
ipa-cert-fixcommand if your CA is expired. In that case, skip this step.
Run
ipa-certupdateto propagate the newly fixed and issued certificates to all system services:# ipa-certupdateRestart IdM and verify:
# ipactl restart