#5477 ipa-kra-install --uninstall stops certmonger
Closed: Fixed Opened by mbasti.

KRA uninstaller should not stop certmonger as the service is still needed.

[root@vm-058-094 ~]# ipa-kra-install -U --uninstall
Configuring certmonger to stop tracking system certificates for KRA
Unconfiguring KRA
The ipa-kra-install command was successful
[root@vm-058-094 ~]# ipa-server-upgrade 
IPA server upgrade failed: Inspect /var/log/ipaupgrade.log and run command ipa-server-upgrade manually.
Certmonger is not running. Start certmonger and run upgrade again.
The ipa-server-upgrade command failed. See /var/log/ipaupgrade.log for more information

This is done in dogtaginstance.stop_tracking_certificates() method that stops certmonger at the end.


master:

  • 5d9a5997a17a7235d1a0dfaf02385b4bdfb358fb KRA: do not stop certmonger during standalone uninstall

ipa-4-2:

  • 6776bee50897db9a36e92500ac80ff348537f2a9 KRA: do not stop certmonger during standalone uninstall

Metadata Update from @mbasti:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.2.4

Metadata