So, apparently all certificates need to be updated weekly when it comes to let’s encrypt. Once I changed the weekly cron job to update all, it all looks to be running fine. I wonder if there is a way to test this, and send out an email using another service provider on failure, so I can be alerted of this or have it automatically fix, like I do with MySQL.
Which kind of brings me to another topic. I have created from jobs that run every minute. They check to see if MySQL has crashed, which it will do every now and then, unsure as to why. Possibly running out of memory. In any case, I have it restart MySQL on crash. But I’ve have also done this for networking issues. Where i will have it restart networking of service is not running. You’d think there was a service to do this already, but unsure why that service doesn’t work as expected. So, there’s that 😅