Which to my understanding renews the certificate at noon and midnight.
How do I verify the renewal, or see how many days are left out of the 90? Also, if the certificate does expire, do I just manually re-do the whole process? Can that be done before it actually expires?
If someone could please verify that the update email command is
Thank you for your prompt response and I apologize for putting it in the wrong section. When I ran the sudo certbot certificates I got this is in return
Renewal configuration file /etc/letsencrypt/renewal/katboose.com.conf produced an unexpected error: expected /etc/letsencrypt/live/katboose.com/privkey.pem to be a symlink. Skipping.
The following renewal configurations were invalid:
/etc/letsencrypt/renewal/katboose.conf
Then someone or something destroyed the /etc/letsencrypt/ directory. One should not manually add/remove/modify or in any other way change the files and directories in that directory.
Yes, that should be a symbolic link, not a file. Please do not overwrite any existing files in those directories.
I don't know what that current /etc/letsencrypt/live/katboose.com/privkey.pem actually is (it's half the size of the privkey1.pem from the /archive/ directory, but if you want to fix your Certbot, you could run:
Again, thank you for your time and prompt responses. I deleted the cert but it broke my instance because apache was looking for the ssl files. I had already automated the installation of tls with certbot so I just created a new instance and ran my script. You were correct. Once I redid everything it worked fine and I can now see when it expires.
I will, thank you. After panic creating a new instance, I sat back and I fixed my issue. The instance is fine. I removed the symbolic link between apache and the old certificate. That and a couple other things managed to do the trick.