Re: Update AB5FEB886DBB99C2
Konstantin Ryabitsev <[email protected]> Mon, 10 Feb 2025 11:22:36 -0500
| Newsgroups | org.kernel.linux.keys |
|---|---|
| Message-ID | <20250210-amiable-ruby-toucanet-5d8374@lemur> |
On Mon, Feb 10, 2025 at 01:43:41PM +0100, Uwe Kleine-König wrote: > > > So let me ask: what type of data are actually synchronized? Is it only > > > the sub-keys and the expiration dates? Or is there a way to upload the > > > cross signatures somewhere to have them automatically synchronized in > > > kernel/pgpkeys.git during the periodic updates? > > > > The keyservers can really only be relied for publishing things like: > > > > - new subkeys > > - new uids > > - updated expiry dates > > > > For third-party signature data it's best to send an export to this list. > > Note that keyserver.ubuntu.com still provides 3rd-Party signatures, just > gpg doesn't import them by default. > > If you really want all that stuff, use: > > gpg --refresh --keyserver-options no-self-sigs-only --keyserver keyserver.ubuntu.com Thank you for the hint! I didn't know that was needed. However, we'll still probably only use keyservers for key updates, since if a key is in our keyring, that means we already have sufficient signatures and we just want updates to things like uids, subkeys and expiration dates. -K