Add note about gpg2
This commit is contained in:
parent
fca371d72b
commit
2f8cc45a29
1 changed files with 16 additions and 0 deletions
16
notebook/Tools/GPG2.md
Normal file
16
notebook/Tools/GPG2.md
Normal 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
|
Loading…
Reference in a new issue