X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;ds=sidebyside;f=caff%2FREADME.many-keys;fp=caff%2FREADME.many-keys;h=ce57d5ece656360aa8339204da3897e95436959e;hb=72d0da607a296094cdffd068f011ce28106097fe;hp=0000000000000000000000000000000000000000;hpb=1ba34687113927410a498e2c79d6460a86207398;p=pgp-tools.git diff --git a/caff/README.many-keys b/caff/README.many-keys new file mode 100644 index 0000000..ce57d5e --- /dev/null +++ b/caff/README.many-keys @@ -0,0 +1,43 @@ +Using caff to sign lots of keys +------------------------------- + +If you have loads of keys to sign (sometimes, there are keysigning parties with +more than 100 participants), keysigning can be arkward, even with caff. It gets +worse if you have multiple local keys and want to sign with all. + +Some hints to get the signing done faster: + +* Use fingerprints instead of key ids. + + caff and gpg allow you to specify the full fingerprint. This will save you + from having to check the fingerprint yourself. If you have a text file with + all fingerprints, use that and then run + + $ caff `cat ksp-fingerprints.txt` + +* v3 keys are evil. + + Sign v3 separately. Batch processing does not work. See README.v3-keys. + +* Use multiple passes. + + Going through retrieving, signing, and mailing keys can help, e.g.: + + $ caff -SEM `cat ksp-fingerprints.txt` + $ caff -REM `cat ksp-fingerprints.txt` + $ caff -RSE `cat ksp-fingerprints.txt` + +* If you have multiple local keys, only send mail once after signing with all. + + caff will send out all previously done signatures in the message. (Of course + you have to configure $CONFIG{'keyid'} to contain all your key ids.) + + $ caff -EM -u + $ caff -RE -u + +* Use gpg-agent. + + See README.gpg-agent. + + -- Christoph Berg Sat, 2 Jul 2005 21:22:07 +0200 +