Skip to content

Instantly share code, notes, and snippets.

@npodonnell
Last active January 3, 2021 01:13
Show Gist options
  • Save npodonnell/50dcb1a7907088da9ab98d40f17f534f to your computer and use it in GitHub Desktop.
Save npodonnell/50dcb1a7907088da9ab98d40f17f534f to your computer and use it in GitHub Desktop.
GPG Cheatsheet

GPG Cheatsheet

N. P. O'Donnell, 2021

Key Management

List Secret Keys:

gpg --list-secret-keys

List Public Keys:

gpg --list-public-keys

Import a key:

Key file usually ends in .asc

gpg --import <key file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment