Incremental Release 9.2 Notes

October 2021

Note:  Keyfactor Command 9.2 is a minor release with incremental fixes and updates following the Keyfactor Command 9 major release. For more details on new features, improvements, and known limitations in Keyfactor Command 9.0, please review the Major Release 9.0 Notes.
New Features
Updates and Improvements
Updating Logi Analytics License

Logi is a 3rd party BI tool which is used by Keyfactor Command for its dashboard and report features. The license required for Logi is integrated into Keyfactor Command and resides within the product’s Logi folder. The license’s current term is 3 years with a 7-day grace period after expiration. During that grace period, an alert will appear, and a new license should be used to remediate the issue. Here are two examples:

  • License close to expiration:

    Figure 581: Keyfactor Logi License Expiration Alert

    Dashboard:

    Figure 582: Keyfactor Logi License Expiration Alert on the Dashboard

    Report:

    Figure 583: Keyfactor Logi License Expiration Alert on Report

  • Expired license:

    The Dashboard and Reporting capability is not available with an error message displayed like the one below.

    Figure 584: Keyfactor Expired Logi Error Message

Solution

The updated license for Logi is included in release 9.2 and will be installed automatically as part of the upgrade to or fresh installation of this version. If you are not installing Keyfactor Command v9.2, replace the license manually as follows:

  1. On your Keyfactor Command server, navigate to the Logi folder in your Keyfactor Command instance. By default, this is:

    C:\Program Files\Keyfactor\KeyfactorPlatform\Logi

    If you are on an earlier version of Keyfactor Command your license file will by default be found in the following directory:

    C:\Program Files\Certified Security Solutions\Certificate Management System\Logi]
  2. The license file ends with an extension of .lic. Replace the license file with a valid one provided to you by Keyfactor. The license filename cannot be changed and should remain as "lgx120102.lic".

If the license has already expired, once it is replaced with a valid one and the browser is refreshed, the product will work as expected. The alert will no longer appear.

If you upgrade to a version of Keyfactor Command prior to v9.2 after replacing the license file, you will need to manually add the new license file again.

API Endpoint Change Log

The following changes were made to the API endpoints. Please review these carefully if you have implemented any integration using these endpoints.

Table 776: API Change Log

Endpoint Methods Action Notes
/Certificates GET Fix No longer fails if a collectionClosed The certificate search function allows you to query the Keyfactor Command database for certificates from any available source based on any criteria of the certificates and save the results as a collection that will be availble in other places in the Management Portal (e.g. expiration alerts and certain reports). id is not provided.
/OrchestratorJobs/JobHistory GET Fix Request no longer fails for ‘Dynamic’ job types.
/Reports/Schedules/{id} DELETE Fix Response code is now 200 when the user role does not have Modify – Report permission.