Yesterday i did an fresh install on my Pi 3 with Hass.io on it. Everything is working properly and Hue lights, Z-wave adapter are discovered… works like a charm.
However i have an issue with letsencrypt and generating the SSL keys.
What i did,
- Opened up port 80 and 443 and forwarded them to my Pi with Hassio
- Installed the LetsEncrypt addon
- Provided the following details
{
"challenge": "https",
"email": "[email protected]",
"domains": [
"xxxxx.vout.nl"
],
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
}
- Started the addon and watched the log output
The output is as follows:
I can access my install through port 80… that’s all working fine (http://subdomain.domain.com/) so it seems like the ports are open on the router and directing incoming traffic to the HassIO install is also working. However i can’t get pass the error above for SSL.
Anyone with an suggestion?