releng role: fix location of the cert files for fedora-messaging
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
620c19c3a0
commit
3616bbe357
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ publish_exchange = "amq.topic"
|
|||
passive_declares = true
|
||||
|
||||
[tls]
|
||||
ca_cert = "/etc/pki/rabbitmq/ca/rabbitmq-ca.crt"
|
||||
keyfile = "/etc/pki/rabbitmq/key/rabbitmq-pungi.key"
|
||||
certfile = "/etc/pki/rabbitmq/crt/rabbitmq-pungi.crt"
|
||||
ca_cert = "/etc/pki/fedora-messaging/rabbitmq-ca.crt"
|
||||
keyfile = "/etc/pki/fedora-messaging/rabbitmq-pungi.key"
|
||||
certfile = "/etc/pki/fedora-messaging/rabbitmq-pungi.crt"
|
||||
|
||||
[client_properties]
|
||||
app = "pungi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue