I wonder if someone could help me, i am having major problems with my Lets Encrypt certificate.
It was working fine the first time i used it but since the first renewal it has not worked since.
I am not sure whether its because of the system updates of my HASS.IO install or whether its because i have a config error but either way its a pain as i cant use the HA app on my devices because of the invlaid cert.
Lets Encrypt Config
{ "email": "[email protected]", "domains": [ "ha.domain.com" ], "certfile": "fullchain.pem", "keyfile": "privkey.pem" }
Configurationa.yaml
Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: example.duckdns.org:8123
http:
base_url: https://ha.domain.com
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Any help would be appreciated.