mote: use builtin certs for fedoramessaging
since we are only consuming Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
b7291b0199
commit
48b46e5aab
1 changed files with 7 additions and 3 deletions
|
@ -8,9 +8,13 @@ data:
|
||||||
callback = "fedora_messaging.example:printer"
|
callback = "fedora_messaging.example:printer"
|
||||||
|
|
||||||
[tls]
|
[tls]
|
||||||
ca_cert = "/opt/app/mote/fedora-messaging/cacert.pem"
|
{% if env == 'staging' %}
|
||||||
keyfile = "/opt/app/mote/fedora-messaging/fedora-key.pem"
|
ca_cert = "/etc/fedora-messaging/stg-cacert.pem"
|
||||||
certfile = "/opt/app/mote/fedora-messaging/fedora-cert.pem"
|
{% else %}
|
||||||
|
ca_cert = "/etc/fedora-messaging/cacert.pem"
|
||||||
|
{% endif %}
|
||||||
|
keyfile = "/etc/fedora-messaging/fedora{{env_suffix}}-key.pem"
|
||||||
|
certfile = "/etc/fedora-messaging/fedora{{env_suffix}}-cert.pem"
|
||||||
|
|
||||||
[client_properties]
|
[client_properties]
|
||||||
app = "Mote"
|
app = "Mote"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue