From d66e9afaf62023bcb4b829576fccdb0b9d807f2b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 20 Oct 2023 15:25:11 -0400 Subject: [PATCH] repo: add SSl certificate migration to ideas --- ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ideas.md b/ideas.md index f12ccb4..64969ba 100644 --- a/ideas.md +++ b/ideas.md @@ -10,3 +10,4 @@ - UUIDs can be generated using `uuidgen`. `uuidgen --md5 --namespace --name ` is useful for deterministically generating UUIDs. Use the namespace to represent the computer itself, and the name to represent the partitions. - Reconsider Avahi. Mostly redundant with tailscale handling most things, except when internet is down. - Setup Nix LSP with [nil](https://github.com/oxalica/nil) +- Replace CloudFlare SSL certificate with Let's Encrypt via [ACME](https://nixos.wiki/wiki/ACME)