Show 

Home > How To... > Secure the IWSVA Console

Securing the IWSVA console

Trend Micro recommends that you establish a secure connection (HTTPS) to the InterScan Web Security Virtual Appliance (IWSVA) management console. IWSVA uses the Tomcat Web server; to set up the HTTPS connection you will need to create a new keystore that contains a single self-signed certificate using the keytool command-line utility included with IWSVA.

To establish a HTTPS connection on the Tomcat Web server:

  1. Open a terminal and change to the following directory:

/etc/iscan/AdminUI/jre/bin

  1. Type the following and press Enter.

./keytool  -genkey -alias tomcat -keyalg RSA -keystore ./mykeystore

  1. Follow the on-screen instructions; specify your own unique password when prompted for a password. The file mykeystore is generated in the current working directory.

  2. Put the mykeystore file into the proper directory.

  1. From the Administration > Network Configuration > Web Console page, select the SSL mode option and then click Browse to locate the keystore file on the local computer.

  2. Click Upload to upload the mykeystore file. The file is copied to  /etc/iscan/Admin/UI/tomcat/mykeystore.tmp on the server machine. You can use the same mykeystore file to encrypt several machines using this method.

  3. From the Administration > Network Configuration > Web Console page, enter the SSL password used to create the mykeystore file.

  4. Enter the port number you wish to use for the SSL connection and then save this information.

  5. The IWSVA Web Console redirects you to the correct port number and then the Login page opens in the Web Console.

If the IWSVA Web Console does not redirect you to the correct port number, then complete the remaining steps.

  1. Go to URL https://hostname:port and specify the correct port.

  2. After setting up HTTPS access, rather than using http://<IWSVA server>:1812, use the following URL (and port) to open the IWSVA console:

https://<iwsva server>:8443

See also: