Gentoo Archives: gentoo-dev

From: Lars Weiler <pylon@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] GPG Keys
Date: Sun, 29 Jun 2003 03:17:27
Message-Id: 20030629031418.GU5488@celeborn.wh-og.hs-niederrhein.de
In Reply to: [gentoo-dev] GPG Keys by Eric Olinger
1 * Eric Olinger <EvvL@××××××××××.net> [03/06/28 13:40 -0700]:
2 > I'm sorry if this has been brought up before, but I'm of the
3 >paranoid kind. I see a lot of people have signed messages but no
4 >one lists a link to their public key in their signature. Maybe
5 >there should be a general page or a key server for Gentoo.
6
7 Or just look into the headers (like mine ;-) ).
8
9 You can also tell gnupg to download the missing keys
10 automatically (okay, this takes some seconds, but I don't
11 like the output of "unknown key"). Therefore set in your
12 ~/.gnupg/gpg.conf
13
14 keyserver "wwwkeys.de.pgp.net"
15 keyserver-options "auto-key-retrieve"
16
17 or whatever your keyserver should be.
18
19 But there are still a lot of signing people who don't store
20 their keys on a public key-server...
21
22 Regards, Lars