diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-11 14:07:34 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-07-11 14:17:51 -0700 |
| commit | c04f1587bcf40d1cabf3e61f9a8cd6321273358d (patch) | |
| tree | a8d28e1488f462175f3aa6a1ed342ec8ad95e297 /refresh_keys.sh | |
| parent | 075888f53f0513fc05f10bc2f1cc177878b74e69 (diff) | |
| download | keys-c04f1587bcf40d1cabf3e61f9a8cd6321273358d.tar.gz keys-c04f1587bcf40d1cabf3e61f9a8cd6321273358d.zip | |
Fixes
Diffstat (limited to 'refresh_keys.sh')
| -rwxr-xr-x | refresh_keys.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/refresh_keys.sh b/refresh_keys.sh index 41dc5b4..01dc218 100755 --- a/refresh_keys.sh +++ b/refresh_keys.sh @@ -9,9 +9,6 @@ function main() { cd keys echo "+ Cloned keys" - echo "DC4323D1738F27358793D6E87BB52F7036FA7C18:6:" | gpg --quiet --import-ownertrust && gpg --update-trustdb --quiet || return 1 - echo "+ Trusting key" - gpg --status-fd 1 --verify authorized_keys.sig 2>/dev/null | grep VALIDSIG | grep -q "DC4323D1738F27358793D6E87BB52F7036FA7C18" || return 1 echo "+ Validated" gpg --output authorized_keys --decrypt authorized_keys.sig 2>/dev/null || return 1 |
