A number of subsystem-related packages and dependencies are installed with Red Hat Certificate System; these are listed in Section 5.2, “Packages Installed on Red Hat Enterprise Linux”. Removing a subsystem instance removes only the files and directories associated with that specific instance. It does not remove the actual installed packages are that used by that instance. Completely uninstalling Red Hat Certificate System or one of its subsystems requires using package management tools, like
yum, to remove each package individually.
To uninstall an individual Certificate System subsystem packages:
- Remove all the associated subsystem instances using
pkiremove. For example:pkiremove -pki_instance_root=/var/lib -pki_instance_name=pki-ca -force -token_pwd=secret
- Run the uninstall utility. For example:
yum remove pki-
subsystem_typeThe subsystem type can beca,ra,drm,ocsp,tks, ortps. - To remove other packages and dependencies, remove the packages specifically, using
yum. The complete list of installed packages is at Section 5.2, “Packages Installed on Red Hat Enterprise Linux”.