Site updated at 2018-01-21 17:19:20 UTC
This commit is contained in:
parent
f162ffdf5a
commit
01c5ac1c51
44 changed files with 123 additions and 122 deletions
|
@ -97,10 +97,10 @@ Make sure you use logins and disable anonymous access if you want to secure the
|
|||
</p>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>plain</strong> (<em>Optional</em>): Listen to broker on port 1883 without SSL/TLS. Defaults to <code class="highlighter-rouge">true</code>.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): Listen to broker on port 8883 with SSL/TLS. This requires certificates. Defaults to <code class="highlighter-rouge">false</code>.</li>
|
||||
<li><strong>anonymous</strong> (<em>Optional</em>): Allow anonymous connection. If <em>logins</em> is set, anonymous user can only read data. Defaults to <code class="highlighter-rouge">true</code>.</li>
|
||||
<li><strong>logins</strong> (<em>Optional</em>): A list of user that will be created with <em>username</em> and <em>password</em>.</li>
|
||||
<li><strong>plain</strong> (<em>Optional</em>): Listen on port 1883 without SSL/TLS. Defaults to <code class="highlighter-rouge">true</code>.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): Listen on port 8883 with SSL/TLS. This requires certificates. Defaults to <code class="highlighter-rouge">false</code>.</li>
|
||||
<li><strong>anonymous</strong> (<em>Optional</em>): Allow anonymous connections. If <em>logins</em> is set, the anonymous user can only read data. Defaults to <code class="highlighter-rouge">true</code>.</li>
|
||||
<li><strong>logins</strong> (<em>Optional</em>): A list of users that will be created with <em>username</em> and <em>password</em>.</li>
|
||||
<li><strong>customize</strong> (<em>Optional</em>): If you enable it, it reads additional configuration files (<code class="highlighter-rouge">*.conf</code>) from <code class="highlighter-rouge">/share/mosquitto</code>.</li>
|
||||
</ul>
|
||||
<h3><a class="title-link" name="home-assistant-configuration" href="#home-assistant-configuration"></a> Home Assistant configuration</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue