1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-09-19 16:59:03 +00:00

Should only have one identity loaded when renewing

This commit is contained in:
drduh 2024-06-30 16:44:40 -07:00
parent 778b292917
commit 72eead099c

View File

@ -1815,7 +1815,7 @@ Renew the Subkeys:
```console ```console
gpg --batch --pinentry-mode=loopback \ gpg --batch --pinentry-mode=loopback \
--passphrase "$CERTIFY_PASS" --quick-set-expire "$KEYFP" "$EXPIRATION" \ --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: Export the updated public key: