Update to 2022-01-26 16:00

This commit is contained in:
Daniel Berteaud
2022-01-26 16:00:08 +01:00
parent 1454d0ec5c
commit 010ec37bf3
9 changed files with 44 additions and 17 deletions

View File

@@ -3,8 +3,10 @@ listeners.ssl.default = {{ rabbitmq_ssl_port }}
{% if rabbitmq_ssl_cacert_path is defined %}
ssl_options.cacertfile = {{ rabbitmq_ssl_cacert_path }}
{% endif %}
{% if rabbitmq_ssl_cert_path is defined and rabbitmq_ssl_key_path is defined %}
ssl_options.certfile = {{ rabbitmq_ssl_cert_path }}
ssl_options.keyfile = {{ rabbitmq_ssl_key_path }}
{% endif %}
loopback_users.guest = {{ rabbitmq_guest_from_anywhere | ternary('false','true') }}
management.tcp.port = {{ rabbitmq_web_port }}
management.tcp.ip = 0.0.0.0