I was using User/Password for connecting to RabbitMQ from client to server.
Recently, our network team raised an issue to disable cleartext authentication.
To resolve this issue, I am planning to create CA Certificates, Certificates (Client and Server) and keys using OpenSSL.
Use these certificates for configuring RabbitMQ server in my machine first and test it thoroughly before we push it higher environments.
I am completely new to OpenSSL and how to create certificates.
I want to now how to create
- Certificate Authority
- Server certificate and Client certificates
- Key
I went to through the below link but I believe OS used is Unix. We want in Windows
https://rabbitmq.docs.pivotal.io/37/rabbit-web-docs/ssl.html
Thanks in Advance