[Pgp-tools-commit] r17 - trunk/caff

Peter Palfrader weasel at haydn.debian.org
Thu Jul 8 01:56:25 UTC 2004


Author: weasel
Date: 2004-07-07 19:56:22 -0600 (Wed, 07 Jul 2004)
New Revision: 17

Modified:
   trunk/caff/caffrc.sample
Log:
Describe how to get the long keyid

Modified: trunk/caff/caffrc.sample
===================================================================
--- trunk/caff/caffrc.sample	2004-07-03 12:33:13 UTC (rev 16)
+++ trunk/caff/caffrc.sample	2004-07-08 01:56:22 UTC (rev 17)
@@ -4,6 +4,13 @@
 
 $CONFIG{'owner'}       = 'Peter Palfrader';
 $CONFIG{'email'}       = 'peter at palfrader.org';
+
+# you can get your long keyid from
+#   gpg --with-colons --list-key <yourkeyid|name|emailaddress..>
+#
+# if you have a v4 key, it will simply be the last 16 digits of
+# your fingerprint.
+
 $CONFIG{'keyid'}       = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ];
 $CONFIG{'also-encrypt-to'} = 'DE7AAF6E94C09C7F';
 $CONFIG{'caffhome'}    = $ENV{'HOME'}.'/.caff';





More information about the Pgp-tools-commit mailing list