WCF 传输安全
我正在尝试实现 WCF 传输安全性。
我已经完成了配置部分。即设置绑定安全模式,启用https和ClientCredentialType。
我的服务托管在控制台应用程序中。
我已经使用 makecert.exe 创建了一个证书。
接下来我应该做什么?
我应该如何让我的网络应用程序和服务使用该证书?
我应该做任何iis配置吗?
I am trying to implement WCF Transport security.
i have already done the configuration part. ie set the binding security mode, enabled https and ClientCredentialType.
my services are hosted in a console application.
i have created a certificate using makecert.exe.
what should i do next?
how should i let my web application and services use the certificate?
is there any iis configuration i should do?
您需要使用证书配置服务端口。请参阅此处和此处了解详细信息。
You need to configure the service port with the certificate. See here and here for details.