Improved documentation around the public key import bug
authorenrico <enrico@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 8 Dec 2004 12:08:03 +0000 (12:08 +0000)
committerenrico <enrico@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 8 Dec 2004 12:08:03 +0000 (12:08 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@29 b513b33f-fedd-0310-b452-c3deb5f4c849

caff/README
caff/TODO

index 7b97b91741c1a9d7f445bacfe7675502a5f02cf1..8bd828beda7a7811d46b2a50e4479f274fc241e3 100644 (file)
@@ -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 <your-key-id> | gpg --import --homedir ~/.caff/gnupghome
+
+This is a workaround for a bug which is already noted in the TODO list.
+
 -- 
 Peter
 $Id$
index d2ea6c14a61a00a8a44454f52f9101acf438ef8d..e80db86842a4893c60256de424dcc8b06280e13e 100644 (file)
--- 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)