X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaffrc.sample;h=dae022944b0311ca933ece70cfb64ce01f587d08;hb=8542119444e2f6ea5fe122434f4e6fca0ad41209;hp=e88bea0b43f9fd356e5527924d4becce4a30a8b7;hpb=7ebcdcb254e152c0ee3306dc815cb277be506242;p=pgp-tools.git diff --git a/caff/caffrc.sample b/caff/caffrc.sample index e88bea0..dae0229 100644 --- a/caff/caffrc.sample +++ b/caff/caffrc.sample @@ -1,5 +1,5 @@ # $Id$ -# vim: syntax=perl +# vim:ft=perl: $CONFIG{'owner'} = 'John Doe'; $CONFIG{'email'} = 'user@example.com'; @@ -11,7 +11,7 @@ $CONFIG{'email'} = 'user@example.com'; # your fingerprint. $CONFIG{'keyid'} = [ qw{DE7AAF6E94C09C7F 62AF4031C82E0039} ]; -$CONFIG{'also-encrypt-to'} = 'DE7AAF6E94C09C7F'; +$CONFIG{'also-encrypt-to'} = [ qw{DE7AAF6E94C09C7F} ]; $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; # The options below need not be changed for normal operation. @@ -30,24 +30,31 @@ $CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; # Keyserver to download keys from. Default: subkeys.pgp.net. # $CONFIG{'keyserver'} = 'keyserver.kjsl.com'; -# If true, then skip the step of fetching keys from the keyserver, or the signing. -# Default: 0 +# Boolean options, all default to false (0). +# +# Skip fetching the keys from the keyserver. # $CONFIG{'no-download'} = 1; +# Skip signing the keys. # $CONFIG{'no-sign'} = 1; - +# Ask to continue before starting the signing (for offline signing). +# $CONFIG{'ask-sign'} = 1; # $CONFIG{'mail-template'} = <<'EOM' # Hi, # -# please find attached the user id{(scalar @uids >= 2 ? 's' : '')}. +# please find attached the user id{(scalar @uids >= 2 ? 's' : '')} # {foreach $uid (@uids) { # $OUT .= "\t".$uid."\n"; -# };} of your key {$key} signed by me. +# };}of your key {$key} signed by me. +# +# Note that I did not upload your key to any keyservers. +# If you have multiple user ids, I sent the signature for each user id +# separately to that user id's associated email address. You can import +# the signatures by running each through `gpg --import`. # -# Note that I did not upload your key to any keyservers. If you want this -# new signature to be available to others, please upload it yourself. -# With GnuPG this can be done using -# gpg --keyserver subkeys.pgp.net --send-key {$key} +# If you want this new signature to be available to others, please upload +# it yourself. With GnuPG this can be done using +# gpg --keyserver subkeys.pgp.net --send-key {$key} # # If you have any questions, don't hesitate to ask. #