diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-12 19:10:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-12 19:10:32 -0300 |
commit | 3f6c8000abbb45788f76a9b5bc36344d340763c3 (patch) | |
tree | 2ed8cb0750b4dbadd8a20009ed6fa54cb189cbf6 /index.mdwn | |
parent | 5811e07b6caca8023d823b8e7cf3eedc1dc1f8d9 (diff) | |
parent | af51f2155f7b103ccf2752eac4ef580bc2fe67d4 (diff) | |
download | keyringer-3f6c8000abbb45788f76a9b5bc36344d340763c3.tar.gz keyringer-3f6c8000abbb45788f76a9b5bc36344d340763c3.tar.bz2 |
Merge branch 'master' into debian
Diffstat (limited to 'index.mdwn')
-rw-r--r-- | index.mdwn | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -164,15 +164,12 @@ Concepts Basic idea is: - - Encrypt stuff with ppl's gpg pubkeys and push the output in a git repo. + - Encrypt stuff with multiple users's gpg pubkeys and push the output in a git repo. - - Let ppl keep it in sync with the repo and the keys are shared :) + - Let users keep it in sync with the repo and the secrets are shared :) -For "key" it's meant anything as the script work with stdin and output things to -files, so it can be passphrases, private keys or other kind of info. - -It's possible to share keys using an encrypted mailing list, but the main -difficulty is to track the message where the keys are. +For "secrets" it's meant anything as the script work with stdin and output things to +files, so it can be passphrases, private keys or other kind of information. With theses scripts, the workflow is more or less like this: @@ -185,7 +182,7 @@ With theses scripts, the workflow is more or less like this: - You manually add it to git and push it to remote repositories. - - Optionally, other ppl pulls the changes but they dont need to + - Optionally, other users pulls the changes but they dont need to decrypt anything until they need to use the keys. So it's just gpg-encrypted data atop of a git repository (one can think of a @@ -216,3 +213,7 @@ Optional dependencies if you want to manage ssl keys: - [OpenSSL](http://www.openssl.org) +Development guidelines +---------------------- + +See [development](development). |