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.
# 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?