Automated GNUPG tools
John Abreau
jabr at blu.org
Fri Sep 17 17:24:02 EDT 2004
On Fri, 2004-09-17 at 10:42, Jerry Feldman wrote:
> In the past, I have manually generated the key signings. I was just
> looking for a decent tool that signs, exports and sends email containing
> the signed key to the recipient. (I can write a perl script I guess). I
> was looking around for some of these, but on first try, I was not able
> to locate them.
I just did it in a bash for loop:
for keyid in 0x09C0D15B 0x165733EA 0x2A8247C6 0x2CFE18A3 \
0x3AEE1421 0x529D4CAF 0x593B3180 0x69A38ADE 0x6EF35EB4 \
0x718DB6A1 0x71933C42 0x7ED621A7 0x944D8D30 0x9EE1EFFC \
0xAFB730F2 0xC5061EA9 0xD5919874 0xD5C7B5D9 0xF5950A22
do
gpg --recv-keys $keyid
gpg --sign-key $keyid
gpg --send-key $keyid
done
This sent the key back to the keyserver instead of mailing it.
--
John Abreau / Executive Director, Boston Linux & Unix
Email jabr at blu.org / WWW http://www.abreau.net / PGP-Key-ID 0xD5C7B5D9
PGP-Key-Fingerprint 72 FB 39 4F 3C 3B D6 5B E0 C8 5A 6E F1 2C BE 99
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
URL: <http://lists.blu.org/pipermail/discuss/attachments/20040917/cf26d9d6/attachment.sig>
More information about the Discuss
mailing list