Correct enable_tls_websocket in config template

Use the correct name for enable_tls_websocket in the mosquitto.conf
template instead of the previously incorrect enable_websocket_tls.

Change-Id: Ia167130e416e3f2cc583a79ff2af4cd2eddc572a
This commit is contained in:
Jeremy Stanley 2018-04-16 16:26:45 +00:00
parent 9e87fa9e61
commit 57e6ced8ca
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ listener <%= @websocket_port %>
protocol websockets
# Encrypted http websocket port
<% if @enable_websocket_tls -%>
<% if @enable_tls_websocket -%>
listener <%= @websocket_tls_port %>
cafile /etc/mosquitto/ca.crt
certfile /etc/mosquitto/server.crt