Windows SSL Certificate by host-name or port to self-hosted service

Date: 2019-09-17

https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate

netsh http show sslcert

netsh http add sslcert hostnameport="my.domain.nl:443" certhash=fc6c56258f1d149ba630f7a6bcd067a9a71969a6 appid={7922f823-fac6-4df7-9b14-d40c4a9b8aba} certstorename=my

netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF}

netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF} clientcertnegotiation=enable  

Netsh http delete sslcert ipport=0.0.0.0:8005  
25870cookie-checkWindows SSL Certificate by host-name or port to self-hosted service