doc: improve protonmsg SSL parameter descriptions

Explain that the "cert" is a combination of public certificate and key
file.

Explain that "cacert" is the CA that signed the amqps broker's
certificate.
This commit is contained in:
Ken Dreyer 2021-11-19 15:25:16 -05:00 committed by Tomas Kopecek
parent d9d68f1ee6
commit e784c25541

View file

@ -194,8 +194,9 @@ The following fields are understood:
* ``urls`` -- a space separated list of amqps urls. Additional urls are * ``urls`` -- a space separated list of amqps urls. Additional urls are
treated as fallbacks. The plugin will send to the first one that accepts treated as fallbacks. The plugin will send to the first one that accepts
the message the message
* ``cert`` -- the client cert file for authentication * ``cert`` -- the combined client cert and key file for authenticating koji to
* ``cacert`` -- the ca cert to validate the server 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 * ``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 * ``connect_timeout`` -- the number of seconds to wait for a connection before
timing out timing out