From 692474d19000bc1b78f799311494fc5e669c2e6e Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Fri, 7 Nov 2025 16:03:31 -0500 Subject: [PATCH] Add verify step at the end. RT2219213 --- fsf-keyring.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fsf-keyring.sh b/fsf-keyring.sh index eafc35c..2346956 100755 --- a/fsf-keyring.sh +++ b/fsf-keyring.sh @@ -89,3 +89,6 @@ rm -f fsf-keyring.gpg.asc ./fsf-keyring.gpg~ key-export echo -e "You will now sign the keyring. Prepare your GPG password.\n" read -p "Press any key to continue..." -n1 -s gpg --armor --detach-sign ./fsf-keyring.gpg + +echo -e '\nIf the following output includes "BAD signature" and not "Good signature", rerun the script.' +gpg --verify fsf-keyring.gpg.asc fsf-keyring.gpg -- 2.25.1