From 121dc74316a9041364ea987a7627542993681b1a Mon Sep 17 00:00:00 2001 From: enrico Date: Wed, 8 Dec 2004 12:08:03 +0000 Subject: [PATCH] Improved documentation around the public key import bug git-svn-id: svn://svn.debian.org/pgp-tools/trunk@29 b513b33f-fedd-0310-b452-c3deb5f4c849 --- caff/README | 18 ++++++++++++++++++ caff/TODO | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/caff/README b/caff/README index 7b97b91..8bd828b 100644 --- a/caff/README +++ b/caff/README @@ -35,6 +35,24 @@ systems. Dependencies: gnupg (>= 1.3.92), perl, libgnupg-interface-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx + +INSTALLATION NOTES + +After creating a ~/.caffrc from the template, caff almost works out of the box. + +It has a problem, though: your personal public key is not imported in the caff +working keyring. Do fix it, do this: + +Considering you have this: + + $CONFIG{'caffhome'} = $ENV{'HOME'}.'.caff'; + +Do: + + gpg --export | gpg --import --homedir ~/.caff/gnupghome + +This is a workaround for a bug which is already noted in the TODO list. + -- Peter $Id$ diff --git a/caff/TODO b/caff/TODO index d2ea6c1..e80db86 100644 --- a/caff/TODO +++ b/caff/TODO @@ -6,4 +6,5 @@ Legend: D Deferred X Abandoned -- need to import own keys into our gnupghome +- need to import own keys (including public) into our gnupghome + (else it complains about not finding the public key for the used secret key) -- 2.30.2