From 777a9864fc0badd092a4252b8f5c3c78d5167fdd Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 27 Feb 2024 19:09:22 +0300 Subject: [PATCH] notes: add info about public gpg key --- notes/gpg.md | 7 +++++++ 1 file changed, 7 insertions(+) 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: