Infoworks 5.5.0
Getting Started

Enabling SSL for Infoworks VM

Assumption iw_home = /opt/infoworks

Create certificates directory

Create /opt/infoworks/certificates:

Command
Copy

Generate Certificates (Self-signed)

  1. Download the script to generate certificates at /opt/infoworks/certificates location:
Command
Copy
  1. Make it executable.
Command
Copy
  1. Use this script to generate certificates for the machine’s DNS using the following command:
Command
Copy

Configuration changes

Changes in platform.conf.template

Command
Copy
  1. Change listen ${PROXY_SERVER_PORT}; to listen ${PROXY_SERVER_PORT} ssl;.
  2. Add the following command:
Command
Copy
  1. In the above command, replace $dns with the value of $dns from the above commands, that is, dns=$(hostname -A).

Changes in nginx.conf

vi /opt/infoworks/resources/nginx-portable/conf/nginx.conf

Line 1:

user infoworks;

Uncomment, and change nobody to infoworks.

Changes in conf.properties

vi conf.properties

Commands:

Command
Copy
Command
Copy

Infoworks UI

Open infoworks UI at https://internal_ip.

  Last updated