Fix F-M paths
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
820d9ee564
commit
263130d5a8
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ topic_prefix = "org.fedoraproject.prod"
|
|||
{% endif %}
|
||||
|
||||
[tls]
|
||||
ca_cert = "/etc/pki/fedora-messaging/cacert.pem"
|
||||
keyfile = "/etc/pki/fedora-messaging/key.pem"
|
||||
certfile = "/etc/pki/fedora-messaging/cert.pem"
|
||||
ca_cert = "/etc/pki/fedora-messaging/ca/cacert.pem"
|
||||
keyfile = "/etc/pki/fedora-messaging/key/key.pem"
|
||||
certfile = "/etc/pki/fedora-messaging/crt/cert.pem"
|
||||
|
||||
[client_properties]
|
||||
app = "MirrorManager"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue