script to import keys

Jay Daniels drs at pointyhats.com
Tue Apr 20 15:03:29 UTC 2004


On Tue, Apr 20, 2004 at 06:22:25AM -0700, Keith wrote:
> On Tue, 2004-04-20 at 05:42, Jay Daniels wrote:
> > A simple script to import keys.
> > 
> > Is there any way to use rpm to check if the key is already imported?
> 
>  If the key is already imported nothing happens.
> 
> > Perhaps an IF statement by checking the key id with gpg, 0x1CDDBCA9 or
> > some way to validate the key matches the certain key id's.
> > 
> > Importing from a keyserver may be more secure than importing from
> > a URL?
> > 
> rpm -qa|grep pub
> gpg-pubkey-4f2a6fd2-3f9d9d3b
> gpg-pubkey-db42a60e-37ea5438
> gpg-pubkey-30c9ecf8-3f9da3f7
> gpg-pubkey-1cddbca9-3f9da14c
> gpg-pubkey-897da07a-3c979a7f
> gpg-pubkey-e418e3aa-3f439953
> gpg-pubkey-db42a60e-37ea5438
> gpg-pubkey-db42a60e-37ea5438
> gpg-pubkey-30c9ecf8-3f9da3f7
> gpg-pubkey-4f2a6fd2-3f9d9d3b
> gpg-pubkey-897da07a-3c979a7f
> gpg-pubkey-e418e3aa-3f439953
> gpg-pubkey-1cddbca9-3f9da14c
> gpg-pubkey-e42d547b-3960bdf1
> 

That does not tell me who these keys belong to?  Maybe I need to
sed/sort this info and pipe it to gpg to lookup the key owners?

Is that the key ids?


jay





More information about the fedora-list mailing list