diff --git a/notes/gpg.md b/notes/gpg.md index af2f626..8cbe154 100644 --- a/notes/gpg.md +++ b/notes/gpg.md @@ -4,6 +4,13 @@ gpg --full-generate-key ``` +# Get Public Key + +```sh +gpg --list-keys +gpg --armor --export +``` + # GnuPG Backup References: