notes: add info about public gpg key
This commit is contained in:
parent
6f7991184d
commit
777a9864fc
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@
|
|||
gpg --full-generate-key
|
||||
```
|
||||
|
||||
# Get Public Key
|
||||
|
||||
```sh
|
||||
gpg --list-keys
|
||||
gpg --armor --export <ID>
|
||||
```
|
||||
|
||||
# GnuPG Backup
|
||||
|
||||
References:
|
||||
|
|
Loading…
Reference in a new issue