Site updated at 2017-08-04 16:08:37 UTC
This commit is contained in:
parent
122a399bdc
commit
95e7ebb767
26 changed files with 40 additions and 40 deletions
|
@ -133,7 +133,7 @@ Please enter password <span class="k">for </span>encrypted keyring:
|
|||
<p class="note warning">
|
||||
If you are using the Python Keyring, <a href="/getting-started/autostart/">autostarting</a> of Home Assistant will no longer work.
|
||||
</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>
|
||||
<h3><a class="title-link" name="storing-passwords-securely-in-aws" href="#storing-passwords-securely-in-aws"></a> Storing passwords securely in AWS</h3>
|
||||
<p>Using <a href="https://github.com/fugue/credstash">Credstash</a> is an alternative way to <code class="highlighter-rouge">secrets.yaml</code>. They can be managed from the command line via the credstash script.</p>
|
||||
<p>Before using credstash, you need to set up AWS credentials either via the <code class="highlighter-rouge">aws</code> command line tool, or using environment variables as explained in the <a href="http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html">AWS CLI docs</a> as well as creating a KMS key named ‘credstash’ as explained in the <a href="https://github.com/fugue/credstash#setting-up-kms">credstash readme</a>. After that is complete, you can use the provided script to add secrets to your Home Assistant secret store in credstash</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>hass --script credstash --help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue