From 892530e7f0960960d42495f4380e796055838914 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Tue, 1 Feb 2022 12:48:23 +0900 Subject: [PATCH] README: Add note about GPG keys to configuration section To use the ipc module, users need to have a usable gpg keypair, but the README does not mention that. This commit adds a paragraph about GPG to the configuration section of the README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 955dd8f..500ca24 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,11 @@ You can add a user to these groups with the following command. # usermod -a -G toolbox,toolbox_ipc USERNAME +The ipc module uses GPG to sign and verify messages, so you also need to make +sure that you have a keypair. You can generate one with the following command. + + $ gpg --full-generate-key + ## How does this work? -- 2.47.3