From 01f71b2a5a554a3d034c2c2fc082bcc56fc78298 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 4 Apr 2013 13:10:17 -0300 Subject: Doc tidying --- index.mdwn | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/index.mdwn b/index.mdwn index 29b79d9..3b8e5c3 100644 --- a/index.mdwn +++ b/index.mdwn @@ -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 - -Exporting private keys (take care): - - gpg --armor --export-secret-keys - -- cgit v1.2.3