Update README.md

This commit is contained in:
Pascal Vizeli 2017-06-02 10:59:55 +02:00 committed by GitHub
parent c0bde4a488
commit 1aa24e40ae

View File

@ -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
```