Please can someone help me? I wrote a code for renewing my certificates, in the ubuntu server, using the same command the last time.
I received it is the message: DRY RUN: simulating 'certbot renew' close to cert expiry
My domain is: cafedebug.com.br
I ran this command: certbot renew --cert-name cafedebug.com.br --dry-run
It produced this output: "new certificate deployed without reload fullchain is /etc/letsencrypt/live/mydomain/fullchain.pem"
"DRY RUN: simulating 'certbot renew' close to cert expiry (the test certificates below have no been saved)
The command you wrote is fine, just cut out the --dry-run:
certbot renew --cert-name cafedebug.com.br
By the way, most methods of installing Certbot, set up a scheduled task which will automatically renew your certificates at the required time. Usually, you will not need to run this command manually.