- gpg --list-secret-key --keyid-form LONG
- gpg --full-generate-key
- gpg --armor --export KEY
- gpg --delete-secret-keys KEY
- git config --global user.signingkey KEY
- git config --global commit.gpgsign true
- git config --global tag.gpgSign true
- git log --show-signature -1
- export GPG_TTY=$(tty)
- vim ~/.bash_profile
- vim ~/.zshrc
- vim ~/.gitconfig
- vim ~/.gnupg/gpp.conf
- gpgconf --launch gpg-agent
- use-agent
- gpg --edit-key 04F2548613510C7B
- adduid
- uid NUMBER
- trust
- save