From 5d5f5ce267e3ccf78adeaca49dd307198fcd7556 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Tue, 17 Feb 2026 12:47:09 -0500 Subject: [PATCH] Add git-crypt encryption for MOK signing keys Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..730f7cc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +mok-keys/MOK.key filter=git-crypt diff=git-crypt +mok-keys/MOK.crt filter=git-crypt diff=git-crypt +mok-keys/MOK.der filter=git-crypt diff=git-crypt