Add note about gpg2

This commit is contained in:
Talia 2023-04-26 15:18:29 +02:00
parent fca371d72b
commit 2f8cc45a29
1 changed files with 16 additions and 0 deletions

16
notebook/Tools/GPG2.md Normal file
View File

@ -0,0 +1,16 @@
## Creating a key
To get all the options, run:
```sh
gpg --expert --full-generate-key
```
Chose a key type with `(set your own capabilities)` and disable signing.
Then add additional signing and encryption keys with
```
gpg --edit-key <email>
```
and the `addkey` command