Reference Guide
...
Enabling HTTPS on the Kron PAM...

Web Server Configuration

  1. Open an SSH connection to Kron PAM with the root account.
  2. Open and edit lines 87-111 of the file /u01/netright-tomcat/conf/server.xml.
  3. Remove the comment tags at the top and bottom. (This is already done.)
  4. Change the keystoreFile, keystorepass and keyAlias parameters.

  1. Open and edit lines 4683-4694 of the file /u01/netright-tomcat/conf/web.xml. Remove the comment tags at the top and bottom.
HTML

  • Open and edit the file, /u01/netright-tomcat/netright/netright.properties. Change line 18 and add a new property to line 19, as shown below.
18 : netright.baseurl=http://127.0.0.1:80 change to:as 18 : netright.baseurl=https://127.0.0.1:443 19 : netright.cookie.secure=true

  • Restart the Web Portal service with the command: systemctl restart netright-tomcat