So I messed up the gotosocial instance TLS certs this morning, I ran into the let’s encrypt rate limit for threatactor.club
because I forgot to configure a path for the certificates on the persistent volume, and for each new deploy it would pull fresh certificates .
The trick to recover was to first set a path and then manually fetch an EC cert for threatactor.club
and another DNS name with certbot. This would not count against the rate limit of threatactor.club
as a second name is added (see https://letsencrypt.org/docs/rate-limits/ ). Then I put everything in place on the persistent volume and got the instance back up.