Site updated at 2017-07-18 20:05:15 UTC

This commit is contained in:
Travis CI 2017-07-18 20:05:15 +00:00
parent 48fa8896f6
commit b47a8fa64d
26 changed files with 41 additions and 41 deletions

View file

@ -109,9 +109,9 @@
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>hass --script check_config --secrets
</code></pre>
</div>
<p>This will print all your secrets</p>
<p>This will print all your secrets.</p>
<h3><a class="title-link" name="storing-passwords-in-a-keyring-managed-by-your-os" href="#storing-passwords-in-a-keyring-managed-by-your-os"></a> Storing passwords in a keyring managed by your OS</h3>
<p>Using <a href="https://github.com/jaraco/keyring">Keyring</a> is an alternative way to <code class="highlighter-rouge">secrets.yaml</code>. They can be managed from the command line via the keyring script.</p>
<p>Using <a href="https://github.com/jaraco/keyring">Keyring</a> is an alternative way to <code class="highlighter-rouge">secrets.yaml</code>. They can be managed from the command line via the <code class="highlighter-rouge">keyring</code> script.</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>hass --script keyring --help
</code></pre>
</div>