diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-04 13:10:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-04 13:10:17 -0300 |
commit | 01f71b2a5a554a3d034c2c2fc082bcc56fc78298 (patch) | |
tree | 469779aa666ac6b873d7b07eeb17bddf27a0d728 | |
parent | 6f8c8d6d3bd41ecc5ba2a4b1b3898488cd0ad445 (diff) | |
download | keyringer-01f71b2a5a554a3d034c2c2fc082bcc56fc78298.tar.gz keyringer-01f71b2a5a554a3d034c2c2fc082bcc56fc78298.tar.bz2 |
Doc tidying
-rw-r--r-- | index.mdwn | 23 |
1 files changed, 6 insertions, 17 deletions
@@ -5,22 +5,22 @@ Keyringer lets you manage and share secrets using GPG and git in a distributed fashion. It has custom commands to encrypt, decrypt, recrypt, create key pairs, etc. -- Project page: [https://keyringer.sarava.org](https://keyringer.sarava.org). -- Issue tracker: [https://keyringer.sarava.org/trac](https://keyringer.sarava.org/trac). +- Project page: [https://keyringer.sarava.org](https://keyringer.sarava.org) +- Issue tracker: [https://keyringer.sarava.org/trac](https://keyringer.sarava.org/trac) Requirements ------------ Keyringer needs: - - Bash - http://tiswww.case.edu/php/chet/bash/bashtop.html - - Git - http://git-scm.com - - GNU Privacy Guard - http://gnupg.org + - [Bash](http://tiswww.case.edu/php/chet/bash/bashtop.html) + - [Git](http://git-scm.com) + - [GNU](Privacy Guard - http://gnupg.org) - Grep, awk, tail, cut, sed and other GNU tools Optional dependencies if you want to manage ssl keys: - - OpenSSL - http://www.openssl.org + - [OpenSSL](http://www.openssl.org) Installation ------------ @@ -215,14 +215,3 @@ given key), but it's possible to: - Or to consider an integration with gpg's --hidden-recipient option. -Notes: Using with GNU Privacy Guard ------------------------------------ - -Exporting public keys: - - gpg --armor --export <keyid> - -Exporting private keys (take care): - - gpg --armor --export-secret-keys - |