Lora
Lora

Reputation: 95

WCF Transport Security

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?

Upvotes: 0

Views: 372

Answers (1)

Fabio
Fabio

Reputation: 730

You need to configure the service port with the certificate. See here and here for details.

Upvotes: 1

Related Questions