aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b153026..4ffb519 100644
--- a/README.rst
+++ b/README.rst
@@ -52,14 +52,16 @@ Configuration
gpg --export KEYID1 > <path-to-keyring>
git config gcrypt.keyring <path-to-keyring>
- .. NOTE:: The user's gnupg configuration for encryption algorithms are used.
- Check your keys and preferences, see `man gpg`.
+ .. NOTE:: GnuPG's configuration applies. Check your key and general
+ preferences, see `man gpg`.
+ All readers of the repository must have their pubkey included in
the keyring used when pushing. All writers must have the complete
set of pubkeys available. You can commit the keyring to the repo,
further key management features do not yet exist.
++ gcrypt obeys `user.signingkey`
+
Repository Format
-----------------