Binding the SSL Certificate to AgilePoint Server Port

To bind the SSL Certificate to AgilePoint Server Port, do the following.

Prerequisites

Navigation

  1. Click Start > All Programs > Visual Studio  > Visual Studio Tools > Visual Studio Command Prompt.

Instructions

  1. In the Visual Studio command prompt, enter mmc.
  2. On the Console Root window, click File > Add/Remove Snap-in.
  3. On the Add or Remove Snap-ins window, select Certificates, and click Add.
  4. On the Certificates snap-in window, click Computer account.
  5. On the Select Computer window, click Local computer.
  6. On the Console Root window, click the Right arrow to expand Certificates (Local Computer)
  7. Click the Right arrow to expand Personal folder.
  8. Right-click the Certificates folder.
  9. Select All Task > Import.
  10. On the Certificates Import wizard, click the Next button.
  11. In the File name field, browse your SSL certificate.
  12. Double-click your SSL certificate.
  13. Select the Details tab.
  14. In the shown field, select ALL.
  15. Select Thumbprint.
  16. Copy the value of the thumbprint.
  17. On the Visual Studio command prompt, enter the following command:

    netsh http add sslcert ipport=0.0.0.0:portnumber certhash=SSL-Certifcate-thumbprint-value-without-spaces appid={c929c857-e10a-48c4-b123-5713faba528e}