Skip to content

Instantly share code, notes, and snippets.

@michaelkosir
Created December 11, 2024 18:44
Show Gist options
  • Save michaelkosir/7b6185d66c44c8b1a8d248a1fee84bbc to your computer and use it in GitHub Desktop.
Save michaelkosir/7b6185d66c44c8b1a8d248a1fee84bbc to your computer and use it in GitHub Desktop.
Get PGP fingerprints
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