KB Article #175870

Large number of Certificates causes GUI delay or timeout

Problem

Large number of Certificates causes GUI delay or timeout

Resolution

SP9 for version 5.10.1 adds pagination to the Personal Certificates page of the user. The number of certificates on the page can be configured through a System Property (default value is 50). Set the following property to change the default value for the number of certificates displayed.

  • csos.user.numCertificatesPerPage=50 (replace with what value suits you)

The fix also allows a user to hide the State column on their Personal Certificates page. By doing this, the time needed to display this page is significantly improved. To hide the State column, change the following System Property to false (default value is true).

  • csos.user.showCertificateStateColumn=false