Fix fmc fedora-messaging key/certs location
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
3e65ed07b4
commit
ea3507d6d4
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ callback = "fedora_minimal_compose:Consumer"
|
|||
passive_declares = true
|
||||
|
||||
[tls]
|
||||
ca_cert = "/etc/fedora-messaging/cacert.pem"
|
||||
keyfile = "/etc/fedora-messaging/fmc-key.pem"
|
||||
certfile = "/etc/fedora-messaging/fmc-cert.pem"
|
||||
ca_cert = "/etc/pki/fedora-messaging/cacert.pem"
|
||||
keyfile = "/etc/pki/fedora-messaging/fmc-key.pem"
|
||||
certfile = "/etc/pki/fedora-messaging/fmc-cert.pem"
|
||||
|
||||
[client_properties]
|
||||
app = "fmc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue