Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
I ran this command: sudo yum install certbot python2-certbot-apache
It produced this output: Package python2-certbot-apache-1.0.0-1.el7.noarch already installed and latest version
My web server is (include version): Apache
The operating system my web server runs on is (include version): Centos7
My hosting provider, if applicable, is: Amazon
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): certbot 1.0.0
I’ve just received an email indicating I need to update my certbot client due to ACMEv1 support being withdrawn. The issue is that it’s saying I’m already on the most recent version when I try to update/install via yum on Centos7. Any help would be appreciated.
sorry not a centos expert. @mnordhoff can help you close this question… Not sure where you config files live, but you could grep for acme-v01.api or acme-v02.api to find the answer.
Oh, maybe that’s it. I did a yum update just the other day and updated everything. I only got the email today so assumed the cert also got updated today and the client was still not recent enough. Back on the 5th it’s very likely it was the older version and I’m now on 1.0 since I get:
certbot --version
certbot 1.0.0
However, should the conf file still be saying version = 0.24.0 since it’s updated to 1.0.0?
Ah, that makes sense. We've been sending emails in batches, where each batch contains accounts that used ACMEv1 in the last two weeks. I believe the email is supposed to contain a timestamp of the ACMEv1 activity. Did yours contain that, and does it match up with the theory that your last use of ACMEv1 happened before you did a yum upgrade?
Yes. The config file just contains a record of what Certbot version was used to issue the certificate. The config file won't be modified again until the certificate is renewed two months from now (or if you force Certbot to issue a new certificate before then). Then it will say 1.0.0, or whatever version you've upgraded to in the meantime.