Hi, I made a typo in the `LETSENCRYPT_HOST` and put "." at the end of the domain name. ``` LETSENCRYPT_HOST: "www.riotkit.org.,riotkit.org" ``` When changed to this version, then issue was resolved: ``` LETSENCRYPT_HOST: "www.riotkit.org,riotkit.org" ``` I just let you know, maybe you can add it to FAQ at least even if it could be related to simp_le.