SSL in Home Assistant

Place your fullchain.pem and privkey.pem in folder /ssl

Apply SSL to your HA Instance by adding the following code to your configuration.yaml

# SSL Certificate
http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem