Created
December 11, 2024 18:44
-
-
Save michaelkosir/7b6185d66c44c8b1a8d248a1fee84bbc to your computer and use it in GitHub Desktop.
Get PGP fingerprints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export URL="https://apt.releases.hashicorp.com/gpg" | |
curl -fs $URL | gpg --with-colons --with-fingerprint --quiet | grep -oE "[0-9A-F]{40}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment