How to manually re-certify an agent's certificate

  • 7006362
  • 28-Jun-2010
  • 01-Jun-2016

Environment

NetIQ Privileged Account Manager
NetIQ Privileged User Manager

Situation

Every 24 hours, the agent re-certifies it's certificates and license. There are times when you might want to force a re-certify manually. For example, after a new license has been applied.

Resolution

To re-certify an agent's certificate, edit the /opt/netiq/npum/service/local/service.xml and add the following to the Service xml tag as an attribute:
i.needs_recertify='1'

For example:
<Service i.port="29120" host="151.155.130.148" ou="0,1" name="sd148"........">

After inserting the i.needs_recertify attribute to the Service xml tag:
<Service i.needs_recertify='1' i.port="29120" host="151.155.130.148" ou="0,1" name="sd148"........">

After editing the service.xml file, please restart unifid:
/etc/init.d/npum restart