Skip to content

Commit

Permalink
list fingerprint too
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Aug 23, 2024
1 parent 94ab4c2 commit 87d3002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/publish-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func_gpg_key_load() {
# ${2} gpg key passphrase
gpg --import --pinentry-mode loopback --batch --passphrase-file "${2}" "${1}"

gpg --list-keys --fingerprint
gpg --list-keys --fingerprint | grep "${GPG_MAIL}" -B 1
gpg --list-keys --fingerprint | grep "${GPG_MAIL}" -B 1 | tr -d ' ' |
gpg --list-keys --fingerprint | grep "${GPG_MAIL}" -B 1 | tr -d ' ' | head -1
Expand Down

0 comments on commit 87d3002

Please sign in to comment.