From: Matthias Kruk Date: Tue, 1 Feb 2022 03:48:23 +0000 (+0900) Subject: README: Add note about GPG keys to configuration section X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=892530e7f0960960d42495f4380e796055838914;p=toolbox 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. --- 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?