Install Hassio Let’s Encrypt
Set Configuration of DNS Navigate in your Home Assistant frontend to Hass.io -> Add-on Store Find the “letsencrypt” add-on and click it. Click on the “INSTALL” button. Enter Configuration information Temporarily setup port forwarding on router for ports 80 and 443 to hassio IP Configuration Example { “email”: “david@hasmaster.com”, “domains”: [ “hasmaster.synology.me” ], “certfile”: “fullchain.pem”, “keyfile”: “privkey.pem”, “challenge”:…