From 19776ca1056749b4ce068f5f616b25b7b9e1629d Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Thu, 8 Aug 2024 22:41:21 -0400 Subject: [PATCH] Add more to figuring out why my application is not deploying. --- posts/fullstack-hono.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. + +