Search found 2 matches

by dazman
Fri Mar 10, 2006 2:05 am
Forum: General Help and Development Discussion
Topic: public key not available
Replies: 4
Views: 4704

I think I solved it!

The mistake I made was not pointing the server to your site for the key.

For instance:

rpm --import RPM-GPG-KEY.art.txt

is not the same as

rpm --import http://www.automicrocketturtle.com/RPM-GPG-KEY.art.text.

The second version allowed me to import it fine.
by dazman
Fri Mar 10, 2006 12:26 am
Forum: General Help and Development Discussion
Topic: public key not available
Replies: 4
Views: 4704

Where do I install the public key

Thanks for this site! It has really saved my bacon trying to conigure my Unix server for the first time. Under what directory do I install the GPG key? I tried to import it with the command you suggested, but it gave me an import failed error message. I got the yum update going by setting the gpgche...