Summary
You installed SMEX without installing SSL and you would like to enable the SSL feature to access the web console using HTTPS.
Details
To be enable SSL, you need to generate an Internal Domain Certificate to be used for the Certificate Authority:
- Open the IIS Manager.
- On the left pane of the IIS console, select the server.
- On the middle pane, click Server Certificates.
- Under Actions, select Create Domain Certificate. You can also select Create Self-Signed Certificateif you prefer to use this type of certificate.
- Fill out the required information. Make sure that under Common Name, you specify the Server Name.
- Click Finish. The new certificate will appear in the Server Certificate list.
To configure SMEX to enble SSL using the new certificate:
- Open the IIS Manager.
- On the left pane, select the SMEX website.
- Under Actions, choose Bindings....
- Click the Add... button.
- Set the Type field to "HTTPS".
- Change the Port to "16373".
- On the SSL certificate drop-down box, choose the new certificate that you created.
- Remove the http:16372 binding and click Close.
- On the Actions pane, click Restart.
- Close the IIS Manager.
- Open Notepad as an administrator.
- Using Notepad, open the ..\Program Files\Trend Micro\SMEX\Web_server_info.ini file and configure the following:
- SSLEnabled = 1
- SSLPort = 16373
- Save and exit file.
- Restart the SMEX service. The SMEX web console can now be accessed via https://servername:16373/smex.