What do I need to secure communication between Client, Server, AdminConsole (on another Client Computer).
I’ve the following scenario:
AdminConsole (Client2) perform some action (call WCF Server) –> WCF Server (handle action and transmit it to the specific client via another WCF call) –> Client1 (with WCF Service in Windows Service)
Do I have to create for all Clients like Client1 a SSL certificate?
-> So for 100 clients = 100 client SSL certs?
Or is it enough to secure just the WCF Server with a SSL certificate?
You only need an SSL certificate for the Server – each client doesn’t need one 🙂