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 - ``` - -