From 1aa24e40ae4334b3621009647e708d7790466299 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 2 Jun 2017 10:59:55 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 45c0c1272..5f90e0d2e 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,3 @@ Hass.io is a Docker based system for managing your Home Assistant installation a ## Installation Installation instructions can be found at [https://home-assistant.io/hassio](https://home-assistant.io/hassio). - -# HomeAssistant - -## SSL - -All addons that create SSL certs follow the same file structure. If you use one, put follow lines in your `configuration.yaml`. - -```yaml -http: - ssl_certificate: /ssl/fullchain.pem - ssl_key: /ssl/privkey.pem -```