Using SSL and Process Governance

If you use Process Governance and you are going to access Publisher exports via HTTPS connections, you must adapt the system manually.

Prerequisites

You have modified ARIS Publisher to be accessed via HTTPS.

Procedure

  1. Open the webappserver.cfg navigate to the <governance> section
  2. Change the <port value="80"/> to <port value="443"/>.
  3. Change the <protocol value="http"/> to <protocol value="https"/>
  4. Import the certificates from the ARIS Server into the JRE certificate store of the ARIS Publisher Server:
    Open a Windows command prompt for <ARIS installation path>server\jre\bin.
  5. Run the command:

    keytool.exe -importcert -file <pathToCertFile> -alias <certificateAlias> -keystore <ARIS installation path>server\jre\lib\security\cacerts -storepass <keystorePassword>

SSL is configured.