Previous Topic: How to Enable CA User Activity Reporting Module Reports in CA Access Control

Next Topic: Configure the Connection to CA User Activity Reporting Module

Add the CA User Activity Reporting Module Trusted Certificate to the Keystore

CA User Activity Reporting Module reports are authenticated using trusted certificates. The certificate verifies that the information displayed in the reports originated from a trusted CA User Activity Reporting Module source, which verifies the authenticity of the data.

Note: Obtain and install the CA User Activity Reporting Module trusted certificate the before you start this procedure. For more information about installing the CA User Activity Reporting Module trusted certificate, see the CA User Activity Reporting Module documentation.

Follow these steps:

  1. On the Enterprise Management Server, open a Command Prompt window and navigate to the following directory:

jbossInstallDir/server/default/deploy/IdentityMinder.ear/custom/ppm/truststore

  1. Enter the following command:
    keytool -import -file <certificate.cert> -keystore 
    
    -import

    Specifies that the utility reads the certificates and stores it in the keystore.

    -file

    Specifies the full pathname of the trusted certificate file.

    A password prompt appears.

  2. Enter the keystore password. The default password is 'secret'.
  3. Click Yes to trust the certificate.

    The certificate is added to the keystore.