netsh binding imported ssl certificate to port -
i've created authority certificate , client certificate (that signed first one). i'm trying import both certificates (which think success) , bind client certificate port using netsh command :
netsh http add sslcert ipport=0.0.0.0:8000 certhash=xxx appid={xxx} when create certificates , use command above it's done correctly. have remove/import certificates operation , in case fails.
i've done search , found here maybe have "delete certificate properly* certificate store , iis server cache" (by johnydep). don't use iis server (it's self-hosted wcf service) - have got ideas should do?
thanks in advance.
edit : according issue-trace here ( "the certificate using not have private key" ) i've tried creating authority certificate private key in same file no effect.
Comments
Post a Comment