diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-02 10:45:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-02 10:45:16 -0300 |
commit | 6f8c8d6d3bd41ecc5ba2a4b1b3898488cd0ad445 (patch) | |
tree | af2c5dae2aaa4e3ffad342b54e47e50827da901d | |
parent | c8c67db122c6a12e343f6cad0728847077f84c24 (diff) | |
download | keyringer-6f8c8d6d3bd41ecc5ba2a4b1b3898488cd0ad445.tar.gz keyringer-6f8c8d6d3bd41ecc5ba2a4b1b3898488cd0ad445.tar.bz2 |
Markdown fix
-rw-r--r-- | index.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,8 +89,8 @@ keyringer is agnostic about how you store your secrets. You may choose to have one key 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 key file for each secret, e.g. a file called emma.root that contains the root passphrase for the server named emma and |