mosquitto: Fix connections using TLS
This commit is contained in:
parent
632f34ec1a
commit
0a861b0b8e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ protocol mqtt
|
||||||
|
|
||||||
# listen to mqtt over websockets
|
# listen to mqtt over websockets
|
||||||
listener 8883
|
listener 8883
|
||||||
protocol websockets
|
protocol mqtt
|
||||||
|
|
||||||
# tls options
|
# tls options
|
||||||
certfile {{ tls_certs }}/{{ inventory_hostname }}.crt
|
certfile {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||||
|
|
Loading…
Add table
Reference in a new issue