Site updated at 2018-01-08 16:57:50 UTC
This commit is contained in:
parent
90d3535029
commit
50d49d60c4
26 changed files with 66 additions and 66 deletions
|
@ -126,7 +126,7 @@
|
|||
</div>
|
||||
<p>If you launch Home Assistant now, you will be prompted for the keyring password to unlock your keyring.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>hass
|
||||
Config directory: /home/fab/.homeassistant
|
||||
Config directory: /home/homeassistant/.homeassistant
|
||||
Please enter password <span class="k">for </span>encrypted keyring:
|
||||
</code></pre>
|
||||
</div>
|
||||
|
@ -135,7 +135,7 @@ Please enter password <span class="k">for </span>encrypted keyring:
|
|||
</p>
|
||||
<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>
|
||||
<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 <code class="highlighter-rouge">credstash</code> 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
|
||||
</code></pre>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue