NixOS ACME / LetsEncrypt | 105 Members | |
| Another day, another cert renewal | 44 Servers |
| Sender | Message | Time |
|---|---|---|
| 17 Sep 2021 | ||
| 02:26:32 | ||
| 24 Sep 2021 | ||
| https://github.com/NixOS/nixpkgs/pull/139311 | 13:21:37 | |
| fallout from the hardening changes | 13:21:50 | |
| 25 Sep 2021 | ||
| 15:03:27 | ||
| 30 Sep 2021 | ||
| 01:17:56 | ||
| 05:50:09 | ||
| 4 Oct 2021 | ||
| any chance we need to update LEGO? ... or iunno... anything? i think the letsencrypt root cert expired recently and one of my certs is having issues when being used with prosody i don't have many details, sorry, short on time | 12:11:11 | |
| I don't believe so | 12:14:30 | |
| the reason letsencrypt failed on many systems is that they don't handle cross-signed roots, where one signatory expired, and the other one is still valid | 12:15:53 | |
| * the reason letsencrypt failed on many systems is that they don't handle cross-signed roots, where one signatory expired, and the other one is still valid, well | 12:16:15 | |
| there is certainly a way to get your server cert without the cross-signing (isrg x1 root only) | 12:16:50 | |
| but you are trading breakages in one way or another | 12:17:09 | |
| in this specific example i have a single cert for a single domain - i load that cert into prosody, then when trying to connect with my jabber client i get "The certificate chain presented is invalid." | 12:20:16 | |
--preferred-chain="ISRG Root X1" | 12:20:31 | |
| like i said... low on time, so i really appreciate the quick save | 12:21:42 | |
| just moved... it has been a self inflicted nightmare 😉 | 12:21:57 | |
| I have the following nginx configuration for one of my services:
which for some reason fails with
Does someone here know of the top of your head why? | 12:26:40 | |
| some location block shadowing the webroot? | 12:29:23 | |
| hexa: your suggestion was to add this to my
| 12:36:29 | |
| something along those lines | 12:36:44 | |
| isn't that basically extraLegoFlags if you are adding it to both? | 12:36:56 | |
extraLegoFlags complained the flag didn't exist | 12:37:09 | |
then it might be run only | 12:37:18 | |
| i put it in run and renew and i got my cert | 12:37:45 | |
| but pidgin still complains | 12:37:49 | |
| alrighty | 12:37:51 | |
| extraLegoFlags probably does `lego $extraLegoFlags <run/renew> | 12:38:04 | |
* extraLegoFlags probably does lego $extraLegoFlags <run/renew> | 12:38:06 | |
| while the others append | 12:38:10 | |
| would have to look that up though | 12:38:16 | |