summaryrefslogtreecommitdiff
path: root/index.mdwn
diff options
context:
space:
mode:
authorrhatto@riseup.net <Silvio Rhatto>2014-04-06 22:29:56 -0300
committerrhatto@riseup.net <Silvio Rhatto>2014-04-06 22:29:56 -0300
commit7d678dbcd5e8c532e2604581678c1cd583b0544c (patch)
treef36b2e3f6d6ead891a7073e6d0534d1213fc22b6 /index.mdwn
parentc3727f34681b64458449ffb094a366284723c622 (diff)
downloadkeyringer-7d678dbcd5e8c532e2604581678c1cd583b0544c.tar.gz
keyringer-7d678dbcd5e8c532e2604581678c1cd583b0544c.tar.bz2
Concepts: phrasing change
Diffstat (limited to 'index.mdwn')
-rw-r--r--index.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.mdwn b/index.mdwn
index c25b02f..dda3e04 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -172,7 +172,8 @@ Concepts
Basic idea is:
- - Encrypt screts using multiple users's OpenPGP public keys and commit the output in a git repository.
+ - Encrypt screts using multiple users's OpenPGP public keys and commit the
+ output in a git repository.
- Let users keep it in sync with the repository and the secrets are shared :)
@@ -181,7 +182,7 @@ files, so it can be passphrases, private keys or other kind of information.
With theses scripts, the workflow is more or less like this:
- - You have a git repo for secret keys.
+ - You have a git repo used to store secrets encrypted with GnuPG.
- You run the "encrypt" command and paste your private key to this
command (so no plaintext is written to disk).