Original Article
Also if you are using ip addresses not hostname just change hostnameport to ipport.
Command to Show All Binding and Their Verify Client Certificate Revocation Setting:
netsh http show sslcert
Delete SNI Binding:
netsh http delete sslcert hostnameport=www.mysite.com:443
Add SNI Binding:
netsh http add sslcert hostnameport=www.mysite.com:443 certhash=78dd6cc2bf5785a123654d1d789c530fcb5687c2 appid={3cc2a456-a78c-2cc9-bcc9-782bc83bb789} certstorename=My verifyclientcertrevocation=disable