| 97 |
|
|
| 98 |
=item $HOME/.caffrc - configuration file |
=item $HOME/.caffrc - configuration file |
| 99 |
|
|
| 100 |
|
=item $HOME/.caff/keys/yyyy-mm-dd/ - processed keys |
| 101 |
|
|
| 102 |
|
=item $HOME/.caff/gnupghome/ - caff's working dir for gpg |
| 103 |
|
|
| 104 |
|
=item $HOME/.caff/gnupghome/gpg.conf - gpg configuration |
| 105 |
|
|
| 106 |
|
useful options include use-agent, default-cert-level, etc. |
| 107 |
|
|
| 108 |
=back |
=back |
| 109 |
|
|
| 110 |
=head1 CONFIGURATION FILE OPTIONS |
=head1 CONFIGURATION FILE OPTIONS |
| 111 |
|
|
| 112 |
The configuration file is a perl script that sets values in the hash B<%CONFIG>. |
The configuration file is a perl script that sets values in the hash B<%CONFIG>. |
| 113 |
|
The file is generated when it does not exist. |
| 114 |
|
|
| 115 |
Example: |
Example: |
| 116 |
|
|
| 256 |
|
|
| 257 |
http://pgp-tools.alioth.debian.org/ |
http://pgp-tools.alioth.debian.org/ |
| 258 |
|
|
| 259 |
|
=head1 SEE ALSO |
| 260 |
|
|
| 261 |
|
gpg(1), pgp-clean(1), /usr/share/doc/signing-party/examples/caffrc.sample. |
| 262 |
|
|
| 263 |
=cut |
=cut |
| 264 |
|
|
| 265 |
use strict; |
use strict; |