diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-12-19 12:49:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-12-19 12:49:07 -0200 |
commit | 306e16d5d1cca4216cfc4c5ca17b92f383da51ae (patch) | |
tree | 7253044be89ae64195acf8754fdd084b76e0356a | |
parent | d05af4644b51e515e51c0ff6b6c4fda17aa1f25f (diff) | |
download | keyringer-306e16d5d1cca4216cfc4c5ca17b92f383da51ae.tar.gz keyringer-306e16d5d1cca4216cfc4c5ca17b92f383da51ae.tar.bz2 |
Minor fixups in index.mdwn (#78)
-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 |