Skip to content

Instantly share code, notes, and snippets.

@exalted
Created November 8, 2017 08:51
Show Gist options
  • Save exalted/a0ec65fdbe388ffeb8aa258825f62c7a to your computer and use it in GitHub Desktop.
Save exalted/a0ec65fdbe388ffeb8aa258825f62c7a to your computer and use it in GitHub Desktop.
# show without importing
gpg --import --import-options show-only foo.key

# import
gpg --import foo.key

# list all public & private keys (see what’s imported)
gpg --list-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment