Certificate Authority and self-signed certificate for SSL/TLS – Home Assistant

Update the http: entry in your configuration.yaml file and let it point to your created files.

Home Assistant & Home Assistant Supervised:

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

Home Assistant Core:

http:
ssl_certificate: /home/your_user/.homeassistant/fullchain.pem
ssl_key: /home/your_user/.homeassistant/privkey.pem

Home Assistant Core on Docker:

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

 

Source: Certificate Authority and self-signed certificate for SSL/TLS – Community Guides – Home Assistant Community

Certificate Authority and self-signed certificate for SSL/TLS – Home Assistant was last modified: May 31st, 2021 by Jovan Stosic

Leave a Reply