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

Thijs Kinkhorst kink-guest at costa.debian.org
Sat Jun 25 15:17:25 UTC 2005


Author: kink-guest
Date: 2005-06-25 15:17:25 +0000 (Sat, 25 Jun 2005)
New Revision: 76

Modified:
   trunk/caff/caffrc.sample
Log:
Include all options (commented out) in the caffrc.sample
for easy reference.


Modified: trunk/caff/caffrc.sample
===================================================================
--- trunk/caff/caffrc.sample	2005-06-25 15:06:26 UTC (rev 75)
+++ trunk/caff/caffrc.sample	2005-06-25 15:17:25 UTC (rev 76)
@@ -1,6 +1,5 @@
-#! perl  <-- get vim to syntax highlight properly
-
 # $Id$
+# vim: syntax=perl
 
 $CONFIG{'owner'}       = 'John Doe';
 $CONFIG{'email'}       = 'user at example.com';
@@ -15,7 +14,24 @@
 $CONFIG{'also-encrypt-to'} = 'DE7AAF6E94C09C7F';
 $CONFIG{'caffhome'}    = $ENV{'HOME'}.'/.caff';
 
+# The options below need not be changed for normal operation.
+
+# Paths to GnuPG binaries:
+# $CONFIG{'gpg'}           = 'gpg';
+# $CONFIG{'gpg-sign'}      = $CONFIG{'gpg'};
 # $CONFIG{'gpg-delsig'}    = '/home/weasel/tmp/gpg/gnupg-1.3.92/g10/gpg';
 
 # defaults to ~/.gnupg/secring.gpg
 # $CONFIG{'secret-keyring'} = '/tmp/gpg/secring.gpg';
+
+# Don't export UIDs by default, on which your latest signature is older than this age.
+# $CONFIG{'export-sig-age'} = 24*60*60;
+
+# Keyserver to download keys from. Default: subkeys.pgp.net.
+# $CONFIG{'keyserver'}      = 'pgp.surfnet.nl';
+
+# If true, then skip the step of fetching keys from the keyserver, or the signing.
+# Default: 0
+# $CONFIG{'no-download'}    = 1;
+# $CONFIG{'no-sign'}        = 1;
+





More information about the Pgp-tools-commit mailing list