Changing How Often a CRL Should be Refreshed

To configure how often NNMi refreshes the CRL, follow these steps:

  1. Edit the following file:

    Windows: %NnmDataDir%\nmsas\NNM\conf\nms-auth-config.xml

    Linux: $NnmDataDir/nmsas/NNM/conf/nms-auth-config.xml

  2. Within the <crl> section of the file (find the <crl> tag), search for the line that begins with the following text:

    <refreshPeriod>
  3. Change the line to read as follows:

    <refreshPeriod><value></refreshPeriod>

    where <value> is the integer number of hours or days (the smallest value is 1h).

    For example, enter 24h for 24 hours; enter 2d for 2 days.

  4. Save the nms-auth-config.xml file.
  5. Run the following command for the change to take effect:

    nnmsecurity.ovpl -reloadAuthConfig