To bind the SSL Certificate to AgilePoint Server Port, do the following.
Navigation
- Click Start > All Programs > Visual Studio
> Visual Studio Tools > Visual Studio Command Prompt.
Instructions
- In the Visual Studio command prompt, enter mmc.
- On the Console Root window, click File > Add/Remove Snap-in.
- On the Add or Remove Snap-ins window, select
Certificates, and click Add.
- On the Certificates snap-in window, click Computer account.
- On the Select Computer window, click Local computer.
- On the Console Root window, click the Right arrow
to expand Certificates (Local Computer)
- Click the Right arrow to expand Personal folder.
- Right-click the Certificates folder.
- Select All Task > Import.
- On the Certificates Import wizard, click the Next button.
- In the File name field, browse your SSL certificate.
- Double-click your SSL certificate.
- Select the Details tab.
- In the shown field, select ALL.
- Select Thumbprint.
- Copy the value of the thumbprint.
- 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}