diff --git a/templates/mosquitto.conf.erb b/templates/mosquitto.conf.erb index 7ffc4f1..92a5952 100644 --- a/templates/mosquitto.conf.erb +++ b/templates/mosquitto.conf.erb @@ -295,6 +295,7 @@ protocol websockets # Encrypted http websocket port <% if @enable_tls_websocket -%> listener <%= @websocket_tls_port %> +protocol websockets cafile /etc/mosquitto/ca.crt certfile /etc/mosquitto/server.crt keyfile /etc/mosquitto/server.key