Add more to figuring out why my application is not deploying.

This commit is contained in:
Dave Smith-Hayes 2024-08-08 22:41:21 -04:00
parent 1c4fb53505
commit 19776ca105

View File

@ -215,10 +215,12 @@ Which failed. With this message:
Certificate retrieval failed! 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 ```shell
sudo certbot revoke --cert-name davesmithhayes.com 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.