Site updated at 2016-09-11 01:34:03 UTC
This commit is contained in:
parent
99424b497c
commit
f143c60d71
311 changed files with 4596 additions and 1607 deletions
|
@ -100,8 +100,8 @@
|
|||
<span class="s">port</span><span class="pi">:</span> <span class="s">PORT</span>
|
||||
<span class="s">username</span><span class="pi">:</span> <span class="s">USERNAME</span>
|
||||
<span class="s">password</span><span class="pi">:</span> <span class="s">PASSWORD</span>
|
||||
<span class="s">use_tls</span><span class="pi">:</span> <span class="s">true</span>
|
||||
<span class="s">verify_tls</span><span class="pi">:</span> <span class="s">true</span>
|
||||
<span class="s">ssl</span><span class="pi">:</span> <span class="s">true</span>
|
||||
<span class="s">verify_ssl</span><span class="pi">:</span> <span class="s">true</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
@ -112,8 +112,8 @@
|
|||
<li><strong>port</strong> (<em>Optional</em>): The port of your mFi controller. Defaults to 6443.</li>
|
||||
<li><strong>username</strong> (<em>Required</em>): The mFi admin username.</li>
|
||||
<li><strong>password</strong> (<em>Required</em>): The mFi admin user’s password.</li>
|
||||
<li><strong>use_tls</strong> (<em>Optional</em>): If true, use TLS to contact the mFi controller. Defaults to true.</li>
|
||||
<li><strong>verify_tls</strong> (<em>Optional</em>): Set this to false if your mFi controller has a self-signed certificate. Defaults to true.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): If <code class="highlighter-rouge">True</code>, use SSL/TLS to contact the mFi controller. Defaults to <code class="highlighter-rouge">True</code>.</li>
|
||||
<li><strong>verify_ssl</strong> (<em>Optional</em>): Set this to <code class="highlighter-rouge">False</code> if your mFi controller has a self-signed certificate. Defaults to <code class="highlighter-rouge">True</code>.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue