I’m using the latest version of AIO, I’m a docker n00b and I’m running into a problem with my cert renewal. I have port 80 and 443 fully exposed to the internet. I have run Let’s Encrypt’s tests and they all come back fine for being able to renew my cert but when I look at the logs I see these errors:
That’s my question. I don’t know how/where to update the email address for renewing the cert. Under my admin account the email address is correct but that doesn’t seem to be the correct place for it.
Thanks for the info. How do I run those commands inside the AIO version? Yes, I’m that much of a docker newb. I basically got this up and going enough to have it working since last year.
So for those who run into the problem in the future I spent a few hours on this and figured it out with the help of Claude.ai since I couldn’t find a good answer in any of my Googling.
During this time the LETSENCRYPT_EMAIL= value was my correct email address.
In the nextcloud-aio-apache container, in /mnt/data/caddy/acme/ I had 2 folders
Both had configurations for default.json, the staging one had values and the acme-v02 one did not they were just missing.
I deleted both folders and restarted the container. Only acme-v02.api.letsencrypt.org-directory directory got re-downloaded and my certificate was renewed without error.