So I quickly ran out of retries last week (rate of 5 per week), Came close to running out again before I began to dig a bit further into it. For whatever reason my certificate files in the “/live” folder are holding the initial certificate request and not updating to the new certificates after renewal. Is this normal?
I wish I kept it (the output), I do know it just said what it should normally say, that it was successfully renewed. Its odd cause if I do try it again it will just say the cert is out of date cause its not updating those files.
/etc/letsencrypt/renewal:
total 12
drwxr-xr-x 2 root root 4096 Oct 19 18:57 .
drwxr-xr-x 10 root root 4096 Oct 20 14:46 …
-rw-r–r-- 1 root root 574 Oct 19 18:57 roots.systems.conf
The roots.systems0001 and roots.systems0002 are obviously old certs that are now inactive. (Just haven’t deleted them yet)
No. I only use the cat command to concentrate fullchain and private to my cert directory used by my webserver (locked to only root) Original files are never moved, copied, or deleted.
Yeah i’m not sure what could have caused that. Its odd that the certbot doesn’t overwrite the files anyway when it renews the certs. Still unsure what to do.
You need to adjust the symlinks in /etc/letsencrypt/live/roots.systems/. They’re supposed to point to the files in ../../archive/roots.systems/ but they’re pointing to ../../archive/roots.systems-0002/ instead.
I see, I have made the appropriate changes and did a dry run. Certbot found one error with my corrections but looked promising since it said the certs were not due for renewal. Not really sure how the other directory got created in the first place. Thanks for the help.