New Setup LetsEncrypt Issue

So if anyone else gets this, looks like the version of acme.sh is too old. What worked for me is to change the checked out version in src/cert-provider/DockerFile on line 12 to git checkout 2.8.9

Rebuild the container and start it back up. You will then encounter this issue: Using real (not self-signed) certificates - #184 by ppoth

You will need to look at this and comment out lines 182 & 183 to fix it:

Hope this helps others

1 Like