summaryrefslogtreecommitdiff
path: root/download-missing-kernel-keys
diff options
context:
space:
mode:
Diffstat (limited to 'download-missing-kernel-keys')
-rwxr-xr-xdownload-missing-kernel-keys30
1 files changed, 2 insertions, 28 deletions
diff --git a/download-missing-kernel-keys b/download-missing-kernel-keys
index 5771386..ce29e97 100755
--- a/download-missing-kernel-keys
+++ b/download-missing-kernel-keys
@@ -15,6 +15,8 @@ fi
${GPG} --check-trustdb
+ignoreKeys="$(cat "$(dirname "$(readlink -f "$0")")/ignore-keys")"
+
signatures="$(
curl 'https://kernel.org/' 2>/dev/null | \
tr '"' '\n' | \
@@ -57,34 +59,6 @@ do
sort -u
)"
- ignoreKeys=(
- '0x0000000000000000'
- '0x0300CF9DD2A7ED31'
- '0x04E798D46847B36B'
- '0x064B9A705F3E5E9B'
- '0x07C1D922C037EB03'
- '0x0B1F1653827A9C28'
- '0x0C20FF26C0091C99'
- '0x11BFB2AD1CEE3C17'
- '0x11D77768B021FACA'
- '0x12639545B8A08E2F'
- '0x13CD61F62AAC2190'
- '0x16A1A8CB94E2F77D'
- '0x197293F87B49F554'
- '0x236D7C128750D22B'
- '0x24843A563DCFF785'
- '0x24D3E7B98804A308'
- '0x26807DD07E962E4C'
- '0x293B4E7C610EDA3B'
- '0x2ADDBCF9671AC80B'
- '0x3C5318F8187E064C'
- '0x3F42A005F39EA031'
- '0x40E4FB09EF837293'
- '0x42B235B468237EF0'
- '0x493E31A0CE94CC28'
- '0x51D1511F8CEC4BD8'
- )
-
neueKeyIds="$(
(
echo "${alleKeyIds}"