I’ve just moved back over to home assistant and cannot get TLS to work. I’ve put the certificate and key in the config/ssl folder and the config file points to:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
But get this error:
2018-06-19 00:49:19 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem'
not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 25). Please check the docs at https://home-assistant.io/components/http/
2018-06-19 00:49:19 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.