diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-21 10:19:49 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-21 10:19:49 -0200 |
commit | 46654f78de44630d8ea7f247ad65bb15908c2479 (patch) | |
tree | 58b07a5ac1f051287d28d27f34e7aa10571909f2 /index.mdwn | |
parent | 4386b9572591046e75dd98adbcaa518319873dca (diff) | |
parent | 491ea8e72879c9c9244c2740e8a428b97249b58a (diff) | |
download | keyringer-46654f78de44630d8ea7f247ad65bb15908c2479.tar.gz keyringer-46654f78de44630d8ea7f247ad65bb15908c2479.tar.bz2 |
Merge tag 'upstream_keyringer_0.5.0' into debian
Upstream version 0.5.0
Diffstat (limited to 'index.mdwn')
-rw-r--r-- | index.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,7 +21,7 @@ Installation Just clone - git clone https//git.fluxo.info/keyringer + git clone https://git.fluxo.info/keyringer And then leave it somewhere, optionally adding it to your `$PATH` environment variable or package it to your preferred distro. @@ -216,8 +216,8 @@ Keyringer's basic concepts are as follows: one encrypted file that contains one line for each secret, e.g. a single file called secrets with lines such as: - emma : root : secret1 - emma - /dev/hda : : secret2 + emma : root : secret1 + emma - /dev/hda : : secret2 Or you may also have a different encrypted file for each secret, e.g. a file called `emma.root` that contains the root passphrase for the server named `emma` and |