View Single Post
turtle
Lord of the Rant.
Formerly turtle2472
 
Join Date: Mar 2005
Location: Upstate South Carolina
 
2021-09-16, 13:43

Yeah. I PM'd Brad but I also reported myself so it would email the leadership.

I dealt with this with my servers. Something changed in the paths for letsencrypt on linux and it screwed up my certs. Updating the path in the cron fixed it though. For most of my systems now I use acme.sh since it seems to be very well maintained and has been painless once implemented.

It went from:
Code:
/opt/letsencrypt/letsencrypt-auto renew && systemctl reload httpd
to
Code:
/opt/letsencrypt/letsencrypt-auto-source/letsencrypt-auto renew && systemctl reload httpd

Louis L'Amour, “To make democracy work, we must be a nation of participants, not simply observers. One who does not vote has no right to complain.”
Visit our archived Minecraft world! | Maybe someday I'll proof read, until then deal with it.
  quote