Update README
This commit is contained in:
parent
fdb2732abb
commit
0a1730741c
1 changed files with 11 additions and 12 deletions
23
README.rst
23
README.rst
|
@ -58,11 +58,10 @@ share location.)
|
||||||
Design Goals
|
Design Goals
|
||||||
............
|
............
|
||||||
|
|
||||||
+ Confidential, authenticated git storage and collaboration on any
|
Confidential, authenticated git storage and collaboration on any
|
||||||
untrusted file host or service. The only information we (by necessity)
|
untrusted file host or service. The only information we (by necessity)
|
||||||
leak is the approximate size and timing of updates. PLEASE help me
|
leak is the approximate size and timing of updates. PLEASE help me
|
||||||
evaluate how well we meet this design goal!
|
evaluate how well we meet this design goal!
|
||||||
|
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
@ -73,13 +72,13 @@ Configuration
|
||||||
|
|
||||||
git-remote-gcrypt respects the variable *user.signingkey*.
|
git-remote-gcrypt respects the variable *user.signingkey*.
|
||||||
|
|
||||||
.. NOTE:: GPG configuration applies to public-key encryption, symmetric
|
The encryption of the manifest is updated for each push. The pusher must
|
||||||
encryption, and signing. See `man gpg`.
|
have the public keys of all collaborators in the keyring. You can
|
||||||
|
commit the keyring to the repo, further key management features do not
|
||||||
|
yet exist.
|
||||||
|
|
||||||
All readers of the repository must have their pubkey included in the
|
GPG configuration applies to public-key encryption, symmetric
|
||||||
keyring used when pushing. All writers must have the complete set of
|
encryption, and signing. See `man gpg` for more information.
|
||||||
pubkeys available. You can commit the keyring to the repo, further key
|
|
||||||
management features do not yet exist.
|
|
||||||
|
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
@ -98,7 +97,7 @@ Notes
|
||||||
Repository Format
|
Repository Format
|
||||||
.................
|
.................
|
||||||
|
|
||||||
+ Protocol::
|
::
|
||||||
|
|
||||||
EncSign(X) is sign+encrypt to a PGP key holder
|
EncSign(X) is sign+encrypt to a PGP key holder
|
||||||
Encrypt(K,X) is symmetric encryption
|
Encrypt(K,X) is symmetric encryption
|
||||||
|
|
Loading…
Reference in a new issue