From 610441f45420b4a4423be0fa146fc785cddc1bf2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 23 Apr 2017 00:48:40 +0200 Subject: [PATCH] add ssl config --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17365eebf..8e88c39bf 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,18 @@ First private cloud solution for home automation. It is a docker image (supervisor) they manage HomeAssistant docker and give a interface to controll itself over UI. It have a own eco system with addons to extend the functionality in a easy way. -[HassIO-Addons](https://github.com/pvizeli/hassio-addons) -[HassIO-Build](https://github.com/pvizeli/hassio-build) +[HassIO-Addons](https://github.com/pvizeli/hassio-addons) | [HassIO-Build](https://github.com/pvizeli/hassio-build) + +# HomeAssistant + +## SSL + +All addons they can create SSL certs do that in same schema. So you can put follow lines to your `configure.json`. +```yaml +http: + ssl_certificate: /ssl/fullchain.pem + ssl_key: /ssl/privkey.pem +``` # Hardware Image The image is based on ResinOS and Yocto Linux. It comes with the HassIO supervisor pre-installed. This includes support to update the supervisor over the air. After flashing your host OS will not require any more maintenance! The image does not include Home Assistant, instead it will downloaded when the image boots up for the first time.