By default, the Currentware Web Console creates a self-signed certificate on the server. If you wish to replace this with a valid 3rd party certificate, you can follow this guide.
- Install your certificate into IIS. You can follow this guide from DigiCert HERE
- Update the Bindings in IIS for the RESTAPI and WebConsole sites
- Launch IIS from the start menu
- Expand the server and Sites containers
- Right-click the WebConsole site and choose Edit Bindings

- Click on the binding in the new window and select Edit

- In the SSL Certificate dropdown, select your SSL Certificate and click OK
- Close the Site Bindings Window.
- Repeat this process for the RESTAPI site.
- If you've configured a URL for accessing the WebConsole you will need to update your app-config.json file. This process can be found in section 2 of THIS KB.
- Update the server's hostname to the URL for your SSL Certificate.