Importing public GPG keys for K12LTSP

From the K12LTSP mailing list:

The first time you run 'yum update' on a new K12LTSP installation, you may see something like this:

You have enabled checking of packages via GPG keys. This is a good thing. However, you do not have any GPG public keys installed. You need to download the keys for packages you wish to install and install them. You can do that by running the command: rpm --import public.gpg.key For more information contact your distribution or package provider. [root@localhost tony]# rpm --import public.gpg.key error: public.gpg.key: import read failed.

To which Eric Harrison replied:

This command should do the trick for you:

rpm --import /usr/share/rhn/*KEY* /usr/share/doc/k12ltsp/*KEY*

02/07/2004