I'm trying to set up a WCF-service with SSL on Azure.
Can someone please explain a bit about the differences of using certificates is these cases?
- Certificate for https-binding in IIS
- ServiceCertificate in Web.Config
- ClientCertificate in Web.Config
- Certificate in ServiceDefinition.csdef
- Certificate in ServiceConfiguration.Local.cscfg
- Certificate in ServiceConfiguration.Cloud.cscfg
- More I should know about?
I want to publish several service-endpoints within the same role, some with SSL and some without. Do I need binding-certificates at all or is it service-certificates I should use?