Configuring the IdPublisherSyncTool.properties File

You must configure the IdPublisherSyncTool.properties file to enable the ActivID CMS CCM API communication with the ActivID CMS server.

To configure the IdPublisherSyncTool.properties file, perform the following tasks:

  1. Create a new operator, and associate KeyStore (PFX) and TrustStore (JKS) for that operator. For more information about associating KeyStore and TrustStore, refer to Install Credentials for the First Operator on the Workstation.

  2. Add the associated .pfx file and .JKS file in the C:\Program Files (x86)\HID Global\IDPublisherSync \certificates folder.

  3. Configure the IdPublisherSyncTool.properties file and provide proper reference to the KeyStore (PFX) and TrustStore (JKS) files.

  4. Open the IdPublisherSyncTool.properties file located at Credential Management System\Shared Files\IDPublisher directory.

  5. Comment out the server in the IdPublisherSyncTool.properties file that is not required as follows:

    Copy
    # **** Microsoft SQL Server Database ****
    #DataSource=com.microsoft.sqlserver.jdbc.SQLServerDataSource
    #DB.URL=jdbc:sqlserver://localhost/AIMSLGI;serverName=localhost;databaseName=AIMSLGI;socketTimeout=600
    Note: You must know the database password for AIMSLGI user.
  6. Update the attributes using the attribute listed in the following table. The default values are displayed in the table. You must change the attributes like URL, host name, CCM port, and so on to match your configuration.

    ‘IdPublisherSyncTool.properties’ Attributes

    Attribute

    Default Value

    DB.UserNe

    AIMSLGI

    IDPUB.URL

    https://10.16.8.147:8080/IDPublish

    Note: If the URL starts with https, then SSL authentication is used.

    # IDPublisher certificates

    IDPUB.KeyStore

    ./certificates/IdPublisherKeyStore.jks

    IDPUB.TrustStore

    ./certificates/IdPublisherTrustStore.jks

    # CCMAPI certificates

    CCM.P12

    ./certificates/clientAdmin.pfx

    CCM.TrustStore

    ./certificates/truststore.jks

    # CCMAPI host name

    CCM.host

    10.16.33.85

    # CCMAPI Port

    CCM.port

    32456

    idpublisher.multipacs.enabled

    True

  7. Save the IdPublisherSyncTool.properties file.