diff --git a/posts/fullstack-hono.md b/posts/fullstack-hono.md index d329c81..5417a74 100644 --- a/posts/fullstack-hono.md +++ b/posts/fullstack-hono.md @@ -215,10 +215,12 @@ Which failed. With this message: Certificate retrieval failed! ``` -I think this is failing because I have existing `certbot` set up for my old 11ty blog on this same host. So I revoked the certificae with `certbot`: +Of course there was more information in the error, but I am unsure how safe it is to show you the details of the failure. I think, however, this is failing because I have existing `certbot` set up for my old 11ty blog on this same host. So I revoked the certificae with `certbot`: ```shell sudo certbot revoke --cert-name davesmithhayes.com ``` -At this time Let's Encrypt had rate-limited my many, many failed attempts to get a new certificate for my own domain. Time to wait it out. +At this time Let's Encrypt had rate-limited my many, many failed attempts to get a new certificate for my own domain. Time to wait it out. An hour to be exact. + +