使WCF服务支持HTTPS的设定方法 (服务器篇)

1,生成加密证书     用VisualStudio 中 MakeCert.exe 的工具生成加密证书。 MakeCert.exe -sr localmachine -ss My -n CN=localhost,OU=https://localhost -sky exchange -pe -r localhost.cer   2,查看生成好的加密证书的『Thumbprint hash』     3
相关文章
相关标签/搜索