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:
Make a copy of the WAR files to be updated (examples: flashaccess.war, faxsks.war).
Make sure the WAR files are unlocked and have their permissions set so they can be modified.
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 certificatewar
: WAR file to be updatedThe 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.