diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-21 10:19:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-21 10:19:48 -0200 |
commit | 491ea8e72879c9c9244c2740e8a428b97249b58a (patch) | |
tree | b4ae36d0568d80b9ff75596dfb6c1131b2ae2e56 /index.mdwn | |
parent | 7cb12867a3818b25ecca7bc8706563af7c7e4f93 (diff) | |
parent | ea9326628e6e872798a96063fccd76d964a75583 (diff) | |
download | keyringer-491ea8e72879c9c9244c2740e8a428b97249b58a.tar.gz keyringer-491ea8e72879c9c9244c2740e8a428b97249b58a.tar.bz2 |
Imported Upstream version 0.5.0upstream_keyringer_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 |