From 12f52aa0a2ea0e6fd7c32c14b7b460790e730843 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Nov 22 2021 13:18:08 +0000 Subject: PR#3138: doc: improve protonmsg SSL parameter descriptions Merges #3138 https://pagure.io/koji/pull-request/3138 --- diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 8e5aa5d..3a9919b 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -194,8 +194,9 @@ The following fields are understood: * ``urls`` -- a space separated list of amqps urls. Additional urls are treated as fallbacks. The plugin will send to the first one that accepts the message -* ``cert`` -- the client cert file for authentication -* ``cacert`` -- the ca cert to validate the server +* ``cert`` -- the combined client cert and key file for authenticating koji to + the broker. +* ``cacert`` -- the CA certificate to verify the broker server TLS connection * ``topic_prefix`` -- this string will be used as a prefix for all message topics * ``connect_timeout`` -- the number of seconds to wait for a connection before timing out