Certbot renew doesnt work , creates this error

I see no errors in the screenshot you posted because you're attempting to renew certificates that are not yet expired.

Please use the following commands to test certificate acquisition:

sudo certbot certonly --webroot -w /var/www/html/domain_name/public_html -d "domain_name" --dry-run

sudo certbot certonly --webroot -w /var/www/html/domain_name/public_html -d "domain_name" --dry-run

1 Like