notes: add info about public gpg key

This commit is contained in:
Dmitriy Pleshevskiy 2024-02-27 19:09:22 +03:00
parent 6f7991184d
commit 777a9864fc
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@
gpg --full-generate-key
```
# Get Public Key
```sh
gpg --list-keys
gpg --armor --export <ID>
```
# GnuPG Backup
References: