Fix authentication in RabbitMQ (hopefully)

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-06-27 09:48:31 +02:00
parent d5d7e4f606
commit 05fee99f7a

View File

@@ -28,6 +28,7 @@ ssl_options.fail_if_no_peer_cert = true
ssl_options.cacertfile = /etc/rabbitmq/ca.crt
ssl_options.certfile = /etc/rabbitmq/nodecert/node.crt
ssl_options.keyfile = /etc/rabbitmq/nodecert/node.key
ssl_cert_login_from = common_name
## Authentication
##