# Preparing the StifleR Dashboard Web Site for SSL

The StifleR Dashboard is hosted in IIS and can be secured via an SSL certificate. During the [StifleR Dashboard installation](https://documentation.2pintsoftware.com/stifler/2.10/installation/server/stifler-dashboard-installation), you have the option to select any Web Site in IIS to host the Dashboard. By default, the installation wizard will select the Default Web Site. The below steps use the Default Web Site as an example, but can be repeated on any web site.&#x20;

{% hint style="info" %}
Note: Prior to adding a certificate to the Default Web Site configuration, it should be available in the Local Machine Personal Store.&#x20;
{% endhint %}

1. Open **Internet Information Services (IIS) Manager** (InetMgr.exe).&#x20;
2. Expand **Server Name** - **Sites** and right-click the **Default Web Site**.
3. In the context menu, select **Edit Bindings**.&#x20;
4. At the "Site Bindings" window, select **https** and click the **Edit** button.\
   ![](https://109907496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYUaU4nvWOjjzrdVpKtdy%2Fuploads%2FSCUy7w66KcU3nbIUaDrF%2FCerts-SiteBindingsScreen.jpg?alt=media\&token=eab0dabf-c31d-4e4d-83d0-71474fbd0db7)
5. At the "Edit Site Binding" window, under **SSL certificate**, use the drop down to select the desired SSL certificate. Once selected, click the **View\...** button to make sure you are using the correct certificate.\
   ![](https://109907496-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYUaU4nvWOjjzrdVpKtdy%2Fuploads%2FXZId8Uts8U7GxNgFLxLi%2FCerts-EditSiteBindings.jpg?alt=media\&token=cd6127b7-5fc6-457d-b079-e67f65ea70d4)
6. Click **OK** and then **Close** to save the configuration.&#x20;

Once the certificate is applied to the default web site, any communication to the site over port 443 will attempt to use that certificate.&#x20;
