I have written a client / server apps on .Net which authenticate against RabbitMQ using username/password/server.
Our security team suggested to change this to certificate authentication. I have searched RabbitMQ site and on forums but could not locate a solution.
How do I install, configure certificates in .Net Client and Server components (and/or machines) for authentication? What are the parameters needed to create connection in this scenario? Can any one please point to the right resource of example, if any? Thanks