Molnar Peter wrote:
Hi!

I experienced a strange thing today. I've paid little attention for
checking the GPG signatures of rpms downloaded from Freshrpms.net so
far. But today I decided to learn, how to do it.

I issued the following commands:

gpg --keyserver wwwkeys.pgp.net --recv-keys e42d547b

Output:
gpg: Warning: using insecure memory!
gpg: please see http://www.gnupg.org/faq.html for more information
gpg: requesting key E42D547B from HKP keyserver wwwkeys.pgp.net
gpg: key E42D547B: 1 new signature
gpg: Total number processed: 1
gpg:         new signatures: 1

You need to import it into RPM's database, not your own.


Man RPM shows:

rpm --import <keyfile>

perhaps this would work:

gpg --export -a e42d547b > tmp.asc
rpm --import tmp.asc

-Rick
--
Rick Johnson, RHCE - [EMAIL PROTECTED]
Linux/WAN Administrator - Medata, Inc. (from home)
PGP Key: https://mail.medata.com/pgp/rjohnson.asc



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to