#144 releng role: fix location of the cert files for fedora-messaging
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
fedora-infra/ mohanboddu/ansible releng-messaging-config-fix  into  master

@@ -10,9 +10,9 @@ 

  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"

Pull-Request has been merged by mohanboddu

3 years ago