Just a quickie.
I am not sure how to approach securing a self hosted WCF service with an SSL certificate. When buying an SSL certificate, I need to do a certificate request based on the FQDN.
Using a self hosted WCF service,
- How do I generate a certificate request for a self hsoted WCF service?
- How do I implement the F.Q.D.N. for a certificate for a self hosted service? The self hsoted service is accessed on a dynamic DNS name and a port.
Should I just generate a self signed certificate and use that?
Regards