I’ve been trying to setup let’s encrypt with Hass.io. I’ve tried through the duckdns add-on and the the let’s encrypt add-on and generated certificates fine through both methods but whenever I add the ssl information to configuration.yaml I am unable to load the frontend through the duckdns address, or my local ip. I can load into sambashare and can’t see anything obvious on the log either. I’ve got port 443 forwarded to 8123 at my router.
When I try to load the local ip, i just get nothing but when I try to load the duckdns address I get “NET::ERR_CERT_INVALID”
This is what i have in my configuration.yaml
http:
base_url: xxx.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
api_password: xxxx
Thank you for your help