IIS Configuration

Finally you need to bind the server certificate to the default website so that an SSL connection can be made to the dashboards.

IIS Configuration

In IIS Admin go to Sites -> Default Website

  • Click on the ’Bindings’ menu item on the far-right of the Admin console

  • Add a binding for your Server Certificate on port 443 – leaving the IP Address range to ’All Unassigned’

From a development perspective, other than the two small URL changes and IIS Bindings, there isn't anything that changes for SSL operation, which is nice.·

  • Important: You must restart the StifleR service for the changes to take effect.

And… you're done!

Last updated