From 2f8cc45a2932f82cfb535b4281b7d157491e252b Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 26 Apr 2023 15:18:29 +0200 Subject: [PATCH] Add note about gpg2 --- notebook/Tools/GPG2.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 notebook/Tools/GPG2.md 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