Update the License Server WAR File

In order to support clients that have individualized via an On Premises Individualization server, you must update the License Server’s certificate root of trust to include the newly acquired Individualization CA credential. A Python script ( addIndivCert.py) is included in the update_license_server folder.

Do the following to update the License Server:

  1. Make a copy of the WAR files to be updated (examples: flashaccess.war, faxsks.war).

  2. Make sure the WAR files are unlocked and have their permissions set so they can be modified.

  3. Run the addIndivCert.py Python script to update the License Server WAR files.

    The inputs for the script are as follows:

    • cert: PKCS12 file containing the Individualization CA certificate
    • war: WAR file to be updated

    The output file is an updated WAR file.

    ./addIndivCert.py -cert NEW_IndivCA.cer -war flashaccess.war
    

The WAR files will be modified in place. If necessary, you can edit the Python script to suit your particular needs. After you perform the updates, you can deploy the WAR files normally.

On this page