Prequisites
- SSL Certificate (For Testing this can be self-signed)
- Administrator Rights
- Command Prompt
- IIS 7 or above
Instructions
- Open the Certificate details and find its ThumbPrint in IIS
- Identify the port and IP to which the certificate to be binded
- Open the Command Prompt with Administrator Rights
- Type in the following
netsh http add sslcert ipport=<IPtoBind>:<PortToBind> appid={12345678-db90-4b66-8b01-88f7af2e36bf} certhash=<CertificateThumbPrint> - Done
- To remove that binding just type the following
netsh http delete sslcert ipport=<IPtoBinded>:<PortToBinded>