aboutsummaryrefslogtreecommitdiff
path: root/index.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-17 11:09:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-17 11:09:47 -0300
commit042cf4034da901bdffefbfa50dad491dd280d37e (patch)
treee2689bf03f4889e3e18c4ba1d6d98c62cb0fba22 /index.mdwn
parent957ac01ae191d471436b720c6e82f91716a8f2c4 (diff)
downloadkeyringer-042cf4034da901bdffefbfa50dad491dd280d37e.tar.gz
keyringer-042cf4034da901bdffefbfa50dad491dd280d37e.tar.bz2
Fixing debian/control and updating docs
Diffstat (limited to 'index.mdwn')
-rw-r--r--index.mdwn7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.mdwn b/index.mdwn
index a9077c1..44e4632 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -6,7 +6,8 @@ commands to encrypt, decrypt, recrypt, create key pairs, etc.
- Project page: [https://keyringer.pw](https://keyringer.pw)
- Issue tracker: [https://keyringer.pw/trac](https://keyringer.pw/trac)
- Tor hidden service: [http://y6ntvl5bzs3c7ffa.onion](http://y6ntvl5bzs3c7ffa.onion)
-- Contact: rhatto at keyringer.pw
+- Releases: [https://keyringer.pw/releases](releases)
+- Contact: rhatto at riseup.net
Installation
------------
@@ -164,9 +165,9 @@ Concepts
Basic idea is:
- - Encrypt stuff with multiple users's gpg pubkeys and push the output in a git repo.
+ - Encrypt screts using multiple users's gpg public keys and commit the output in a git repo.
- - Let users keep it in sync with the repo and the secrets are shared :)
+ - Let users keep it in sync with the repository and the secrets are shared :)
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.