From 72eead099ce069a768fac3f171a28852b5fb866b Mon Sep 17 00:00:00 2001 From: drduh Date: Sun, 30 Jun 2024 16:44:40 -0700 Subject: [PATCH] Should only have one identity loaded when renewing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96cd06c..13bc5d3 100644 --- a/README.md +++ b/README.md @@ -1815,7 +1815,7 @@ Renew the Subkeys: ```console gpg --batch --pinentry-mode=loopback \ --passphrase "$CERTIFY_PASS" --quick-set-expire "$KEYFP" "$EXPIRATION" \ - $(gpg -k --with-colons $IDENTITY | awk -F: '/^fpr:/ { print $10 }' | tail -n "+2" | tr "\n" " ") + $(gpg -K --with-colons | awk -F: '/^fpr:/ { print $10 }' | tail -n "+2" | tr "\n" " ") ``` Export the updated public key: