diff --git a/notebook/Tools/GPG2.md b/notebook/Tools/GPG2.md new file mode 100644 index 0000000..a0367ea --- /dev/null +++ b/notebook/Tools/GPG2.md @@ -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 +``` + +and the `addkey` command \ No newline at end of file