Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator nginx, Installer nginx
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Renewing an existing certificate
new certificate deployed with reload of nginx server; fullchain is
/etc/letsencrypt/live/test-oamng.yuanruiteam.com/fullchain.pem
DRY RUN: simulating 'certbot renew' close to cert expiry
(The test certificates below have not been saved.)
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/test-oamng.yuanruiteam.com/fullchain.pem (success)
DRY RUN: simulating 'certbot renew' close to cert expiry
(The test certificates above have not been saved.)
The certbot -- version output:
root@test-A:/# certbot --version
certbot 0.31.0
The the corresponding renewal file:
root@test-A:/# cat /etc/letsencrypt/renewal/test-oamng.yuanruiteam.com.conf
My question is: I don't know if sudo certbot renew --dry-run uses ACMEv2 API, if it complies with your company's standards, how can I confirm that ACMEv2 API is used. Thank you very much!!!!!
Here it says it used v2. As your renewal configuration file doesn't have a server variable, I guess it uses the default version, so it should indeed use version 2.
I updated the certificate on other servers, I also requested it( acme-staging-v02.api.letsencrypt.org).
But your company still sent me an email asking me to upgrade to v2. Why is this?
The message is as follows:
According to our records, the software client you're using to get Let's
Encrypt TLS/SSL certificates issued or renewed at least one HTTPS certificate
in the past two weeks using the ACMEv1 protocol. Here are the details of one
recent ACMEv1 request from each of your account(s)。
My question is:
Do I need to bother with the content of the email? I'm confused, thanks
Cert not due for renewal, but simulating renewal for dry run
Plugins selected: Authenticator nginx, Installer nginx
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for ci.yuanruiteam.com
http-01 challenge for log.yuanruiteam.com
Waiting for verification...
Cleaning up challenges
new certificate deployed with reload of nginx server; fullchain is
/etc/letsencrypt/live/ci.yuanruiteam.com/fullchain.pem
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates below have not been saved.)
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/ci.yuanruiteam.com/fullchain.pem (success)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)