Keywords: RabbitMQ - Microsoft Azure - Technical issue - Secure Connections (SSL/HTTPS)
Description:
We have been using RabbitMQ from Docker in Dev and test environment running on Kubernetes container configured SSL
{ssl_options, [{cacertfile, "/opt/bitnami/rabbitmq/tls/result/ca_certificate.pem"},
{certfile, "/opt/bitnami/rabbitmq/tls/result/server_certificate.pem"},
{keyfile, "/opt/bitnami/rabbitmq/tls/result/server_key.pem"},
{password,""},
{verify, verify_peer},
{fail_if_no_peer_cert, true}]}
{ssl_listeners, [5671]}
and now we procured Binami RabbitMQ container image from Azure Marketplace to deploy in AKS Production. during the deployment, we couldnt locate to SSL configuration directory, would be great if some links or steps are shared.