Add Site Bindings in IIS

Do the following to add certification and site bindings in IIS:

  1. Launch IIS Manager, and select the server node.
  2. In the IIS section, double-click Server Certificates.
    IIS Manager - Server Certificates
  3. In the Actions pane, click Import to open the Import Certificate dialog box.
  4. Click the browse (...) button and locate the certificate (.pfx) file, and then click Open.
    Import Certificate - browse
  5. Enter the Password for the certificate, and click OK.
    Import Certificate - password
  6. The Server Certificates list should now show the installed certificate.
    IIS Manager - Certificate
  7. In the Connections menu, under Sites, click the BusinessConnect site, and then click the Mobile Server nod, and then click Bindings in the Actions pane.
    IIS Manager - Bindings
    The name of the Mobile Server may vary.
  8. In the Site Bindings dialog box, click Add.
    Site Bindings
    The Add Site Binding dialog shows up.
  9. In the Add Site Binding list, do the following:
    Add Site Bindings
    1. Select https in the Type list.
    2. In the IP Address list select All unassigned.
    3. If you are using Server Name Indication (SNI), then enter the Host name that you are securing.
    4. If you are using Server Name Indication (SNI), then select Require Server Name Indication.
    5. Select the appropriate certificate from the SSL certificate list
    6. Click OK.
  10. The list in the Site Bindings dialog box shows both the http (80) and https (443) bindings.
    Site Bindings listed
  11. Click the Close button.