SSL/TLS in Home Assistant

Lars Jönsson 2021-08-07

Information about how to set up SSL/TLS towards Home Assistant.

Private CA certificate

To be added...

Certificate from Let's Encrypt (trusted CA)

To be added...

Enable SSL/TLS in Home Assistant

Update the configuration.yaml on Home Assistant to enable SSL/TLS. Uncomment the following lines and restart HASS.

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem