From b5646907383d32626bb41893c6dddb54e4362771 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 11 Oct 2017 11:01:38 +0000 Subject: [PATCH] Site updated at 2017-10-11 11:01:38 UTC --- addons/lets_encrypt/index.html | 2 + atom.xml | 2 +- blog/categories/announcements/atom.xml | 2 +- blog/categories/community/atom.xml | 2 +- blog/categories/device-tracking/atom.xml | 2 +- blog/categories/esp8266/atom.xml | 2 +- blog/categories/how-to/atom.xml | 2 +- blog/categories/ibeacons/atom.xml | 2 +- blog/categories/internet-of-things/atom.xml | 2 +- blog/categories/iot-data/atom.xml | 2 +- blog/categories/media/atom.xml | 2 +- blog/categories/merchandise/atom.xml | 2 +- blog/categories/micropython/atom.xml | 2 +- blog/categories/mqtt/atom.xml | 2 +- blog/categories/organisation/atom.xml | 2 +- blog/categories/owntracks/atom.xml | 2 +- blog/categories/presence-detection/atom.xml | 2 +- .../public-service-announcement/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 2 +- blog/categories/survey/atom.xml | 2 +- blog/categories/talks/atom.xml | 2 +- blog/categories/technology/atom.xml | 2 +- blog/categories/user-stories/atom.xml | 2 +- blog/categories/video/atom.xml | 2 +- blog/categories/website/atom.xml | 2 +- components/alexa/index.html | 2 +- components/device_tracker.mqtt/index.html | 4 +- cookbook/fail2ban/index.html | 9 +-- docs/mqtt/broker/index.html | 60 ++++++++++---- sitemap.xml | 80 +++++++++---------- 30 files changed, 118 insertions(+), 87 deletions(-) diff --git a/addons/lets_encrypt/index.html b/addons/lets_encrypt/index.html index 6fe4d66638..5fbe850384 100644 --- a/addons/lets_encrypt/index.html +++ b/addons/lets_encrypt/index.html @@ -95,10 +95,12 @@ This add-on need port 80/443 to verify the certificate request, please stop all

Home Assistant configuration

Use the following configuration in Home Assistant to use the generated certificate:

http:
+  base_url: https://my-domain.tld:8123
   ssl_certificate: /ssl/fullchain.pem
   ssl_key: /ssl/privkey.pem
 
+

If you use a other port as 8123 or a SSL proxy, change the port number.