Hello, I have a program that is installed in some desktops to listen for connections from a client that connect to this desktop to gathe some information about the system. The problem is that these desktops (server side) are not the trusted part of the communication because they, unlike the gather server (client side), could be used by anyone, then the certificates and keys used at server side could not permit be used in connections to anothers desktops.
The system already works with OpenSSL using private keys and self signed certificates, but I'm encountering some difficulties to determine the combination of kind of certificates that can be used to solve my authentication problem. I think that this area does not appear to be widely documented for the system development yet. Someone could help me? Thanks, Renato A. Ferreira