From fcdf1335ec2af055c4b0e95e9641e4f78900429d Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sun, 14 May 2017 05:03:33 +0000 Subject: [PATCH] Site updated at 2017-05-14 05:03:32 UTC --- addons/lets_encrypt/index.html | 7 +++++ 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/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 +- hassio/installation/index.html | 3 ++ sitemap.xml | 30 +++++++++---------- 26 files changed, 48 insertions(+), 38 deletions(-) diff --git a/addons/lets_encrypt/index.html b/addons/lets_encrypt/index.html index 4f8b63fe2f..dc32cfc9f3 100644 --- a/addons/lets_encrypt/index.html +++ b/addons/lets_encrypt/index.html @@ -79,6 +79,13 @@
  • email (Required): Your email address for registration on Let’s Encrypt.
  • domains (Required): A list of domains to create/renew the certificate.
  • +

    Home Assistant configuration

    +

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

    +
    http:
    +  ssl_certificate: /ssl/fullchain.pem
    +  ssl_key: /ssl/privkey.pem
    +
    +