Site updated at 2016-11-24 13:19:53 UTC

This commit is contained in:
Travis CI 2016-11-24 13:19:53 +00:00
parent 9594d6aef6
commit 85a6079b50
23 changed files with 37 additions and 37 deletions

View file

@ -90,7 +90,7 @@
<hr class="divider">
<p>If your Home Assistant instance is only accessible from your local network you can still protect the communication between your browsers and the frontend with SSL/TLS. <a href="blog/2015/12/13/setup-encryption-using-lets-encrypt/">Lets encrypt</a> will only work if you have a DNS entry and remote access is allowed. The solution is to use a self-signed certificate. As you most likely dont have a certification authority (CA) your browser will conplain about the security. If you have a CA then this will not be an issue.</p>
<p>If your Home Assistant instance is only accessible from your local network you can still protect the communication between your browsers and the frontend with SSL/TLS. <a href="/blog/2015/12/13/setup-encryption-using-lets-encrypt/">Lets encrypt</a> will only work if you have a DNS entry and remote access is allowed. The solution is to use a self-signed certificate. As you most likely dont have a certification authority (CA) your browser will conplain about the security. If you have a CA then this will not be an issue.</p>
<p>To create locally a certificate you need the <a href="https://www.openssl.org/">OpenSSL</a> command-line tool.</p>