Bind SSL Certificate to Port

11 May

Eg: ScreenConnect renewal:

Install certificate via MMC
Open up command prompt as administrator.

Delete the current or expired cert:
http delete sslcert ipport=0.0.0.0:443

Using MMC obtain the thumbprint of the new cert you want to bind to a port:
netsh http add sslcert ipport=0.0.0.0:443 certhash=e3755da6b0b1a3c91eb134945abb0d0297bad6da appid={00000000-0000-0000-0000-000000000000}”

Where certhash is the thumbprint and appid is 0 (which is all applications).

Leave a Reply

Your email address will not be published.