From f29dcca2d812ae31c8121d914055fb244f873dde Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 13 Nov 2019 20:57:16 +0100 Subject: [PATCH] Fixup rabbitmq docs --- input/doc/mq.mdwn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/input/doc/mq.mdwn b/input/doc/mq.mdwn index 272f986..61e1bd1 100644 --- a/input/doc/mq.mdwn +++ b/input/doc/mq.mdwn @@ -13,12 +13,12 @@ ## Admin tools * Web consoles - * https://rainier.debian.org:15672 - * https://rapoport.debian.org:15672 + * https://rainier.debian.org:15671 + * https://rapoport.debian.org:15671 * CLI tool * go to either - * https://rainier.debian.org:15672/cli/ - * https://rapoport.debian.org:15672/cli/ + * https://rainier.debian.org:15671/cli/ + * https://rapoport.debian.org:15671/cli/ * Download the rabbitmqadmin tool and put in ~/bin * set up ~/.rabbitmqadmin.conf. Passwords on handel @@ -30,6 +30,7 @@ Sample `.rabbitmqadmin.conf`: username = admin password = XXX ssl = True + ssl_ca_cert_file = /etc/ssl/debian/certs/ca.crt [rapoport] hostname = rapoport.debian.org @@ -37,6 +38,7 @@ Sample `.rabbitmqadmin.conf`: username = admin password = XX ssl = True + ssl_ca_cert_file = /etc/ssl/debian/certs/ca.crt ## A word about terminology: pubsub messaging involves a sender and a receiver. -- 2.20.1