=item $HOME/.caffrc - configuration file
+=item $HOME/.caff/keys/yyyy-mm-dd/ - processed keys
+
+=item $HOME/.caff/gnupghome/ - caff's working dir for gpg
+
+=item $HOME/.caff/gnupghome/gpg.conf - gpg configuration
+
+useful options include use-agent, default-cert-level, etc.
+
=back
=head1 CONFIGURATION FILE OPTIONS
The configuration file is a perl script that sets values in the hash B<%CONFIG>.
+The file is generated when it does not exist.
Example:
http://pgp-tools.alioth.debian.org/
+=head1 SEE ALSO
+
+gpg(1), pgp-clean(1), /usr/share/doc/signing-party/examples/caffrc.sample.
+
=cut
use strict;
* caff:
+ create configfile on first use (Closes: #316611).
+ + note use of ~/.caff/gnupghome/gpg.conf in manpage (Closes: #321235).
- -- Christoph Berg <cb@df7cb.de> Sun, 7 Aug 2005 22:23:43 +0200
+ -- Christoph Berg <cb@df7cb.de> Sun, 7 Aug 2005 22:41:43 +0200
signing-party (0.4.1-1) unstable; urgency=low