From 7dceb93e893fe80d15d7b48629124b614a359233 Mon Sep 17 00:00:00 2001 From: Rouven Seifert Date: Wed, 1 Mar 2023 15:30:23 +0100 Subject: [PATCH] Remove dkim keygen instructions Not needed anymore --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 41f2f4d..fadce9b 100755 --- a/README.md +++ b/README.md @@ -27,16 +27,3 @@ nixos-rebuild switch --flake .# 3. Change one letter in one of the yml entries to let sops know it has to regenerate the MAC 4. Close the file. Open it again and revert the change you just did in step 3. - -
- DKIM Key generation - - Commands to create the dkim key: - ```bash - cd /var/lib/rspamd/dkim - ``` - ```bash - DOMAIN=ifsr.de;rspamadm dkim_keygen -d "$DOMAIN" -s quitte -k "$DOMAIN".quitte.key >> "$DOMAIN".quitte.pub - ``` - -