Hi,
Seeing as Stack Overflow has provided me with numerous answers from others posts I have decided to post my own question.
Here goes.
I want to use SSL on IIS to ensure that clients are connecting with a current certificate.
All I want to do is simply create my own CA cert and install in server and client trust stores, create a server certificate and install this in IIS for SSL, generate a client certificate from the server certificate so that the client can sign and encrypt with it.
Then as I see in, configure the WCF client to use the clients certificate and bingo it should work.
Then I want to be able to revoke the server certificate just in case it gets into the wrong hands.
I have tried everything under the sun. Does anyone have any advice, on how to achieve this?
Hopefully, Neil.