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
1 2 3 4 | # SSL Certificate http: ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem |
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
1 2 3 4 | # SSL Certificate http: ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem |