I use command line in c# to bind an x509 certificate to a port as follows netsh http add sslcert ipport=0.0.0.0:{0} certhash={1} appid={2} clientcertnegotiation=enable

It works fine. But if I restart the computer, I will need to remove the certificate from the port and rebind it again. Why? Any solution?

Thanks

link|improve this question

75% accept rate
Hey. Did you ever manage to find or resolve the issue? – Kamal Apr 11 at 14:29
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.