following the email I received, i need to update my ACME client to use an alternative validation
method (HTTP-01, DNS-01 or TLS-ALPN-01) My current certbot version is 0.25. Can someone help me step by step please?
Instead of certbot renew --dry-run, you can run sudo certbot renew --dry-run (in order to find out whether your existing version will work without upgrading).
sorry for my misunderstanding, I think the command worked i have this message :
** 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/www.karibbeancars.fr/fullchain.pem (success)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)
Great, this suggests that following the end of TLS-SNI-01 support, your existing version of Certbot should be able to switch over successfully to using the HTTP-01 method, without further changes.