Goliath Performance Monitor and Goliath Application Availability Monitor use Microsoft IIS as their web server. By default, the technologies ship with a self-signed certificate. This article will review how to add a SSL/TSL certificate to the web server.
What you'll need:
- RDP or Console Access to the Goliath Server
- IIS Web Server Certificate (.pfx)
- This can be a wildcard certificate used by your organization or one specific to the Goliath Server
Instructions:
- Connect to the Goliath Server via RDP or Console
- Place the IIS Web Server Certificate somewhere on the system
- The location of this file will be needed in a later step
- Launch "Internet Information Services (IIS) Manager"
- This can be done by clicking on the "Start" menu, and then "Administrative Tools" or also by going to "Tools" inside Server Manager
- Once IIS Manager is open, click on the hostname of the machine in the left hand "connections" frame
- In the middle section of the tool, double click on "Server Certificates
- Once in the "Server Certificates" view, click on the option "Import" from the "Action" pane on the right hand side
- A new window will appear, complete the fields for importing the certificate by 1) entering the path to the .pfx location and 2) entering the password for the .pfx file. Feel free to disable "allow this certificate to be exported" is desired. Click "ok" when finished to save and close the window.
- You should now see the certificate listed on the "Server Certificates" page.
- Now that the certificate has been imported, we'll next need to apply it to the website
- From the left hand "Connections" pane, expand the folder "Sites" and select the site named "GoliathWeb"
- From the right hand "Actions" pane, under "Edit Site" click the link for "Bindings..."
- A new window will appear, select the site binding and click the "Edit..." button
- Another window will open, use the "SSL certificate" dropdown menu to chose the correct certificate and then click "OK" to close this window.
- Click "Close" to close the other window.
- From the right hand "Actions" pane, under "Manage Website" click the link for "Restart" to complete the configuration
- Open web browser and now navigate to the secure site url, you should see the Goliath console load and the connection is secure.