diff --git a/roles/releng/templates/fedora-messaging.toml.j2 b/roles/releng/templates/fedora-messaging.toml.j2 index 039b75d8d3..0e3854df21 100644 --- a/roles/releng/templates/fedora-messaging.toml.j2 +++ b/roles/releng/templates/fedora-messaging.toml.j2 @@ -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"