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