From 2bbbf8d663a2d0c229faed95ecb51973328c2379 Mon Sep 17 00:00:00 2001 From: freakwriter Date: Tue, 4 Jun 2024 17:03:43 -0400 Subject: [PATCH] Make Vale happier with RabbitMQ --- docs/integrations/builtin/credentials/rabbitmq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/builtin/credentials/rabbitmq.md b/docs/integrations/builtin/credentials/rabbitmq.md index 2555aba40..a2f300aa8 100644 --- a/docs/integrations/builtin/credentials/rabbitmq.md +++ b/docs/integrations/builtin/credentials/rabbitmq.md @@ -24,6 +24,7 @@ Install a [RabbitMQ broker](https://www.rabbitmq.com/). Refer to [RabbitMQ's Connections documentation](https://www.rabbitmq.com/docs/connections){:target=_blank .external-link} for more information about the service. ## Using user connection + To configure this credential, you'll need: @@ -38,6 +39,7 @@ To configure this credential, you'll need: - The **Client Key**: Paste the SSL client key to use. - The **Passphrase**: Paste the SSL passphrase to use. - **CA Certificates**: Paste the text of the SSL CA certificates to use. + ## `guest` user issues