Force renewing of all needed certificates with certbot

is there an easy way to renew all certificates, that are hit by 2020.02.29 CAA Rechecking Bug with certbot with one command on my server?

I have 57 certificates on my server:

# ll /etc/letsencrypt/live/|wc -l

57

2 Likes

I recommend certbot renew --force-renewal. This will renew all certificates, not just the affected ones, but that should be fine.

3 Likes

wouldn’t I run into a server limit then with so many certificates?

We have temporarily increased rate limits so that everyone can renew their certifcates. However, you could also use https://checkhost.unboundtest.com/ and something like curl to automate the checking of each of the domains.

2 Likes

thanks, that worked fine without problems, I got:

Congratulations, all renewals succeeded
4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.