On Thu, Aug 5, 2010 at 1:49 PM, <[email protected]> wrote: > Hi, > > I was following the instructions at the bottom of this page: > http://www.opencsw.org/get-it/mirrors/ > for importing the GPG public key. > > Unfortunately, > # wget --output-document=/tmp/gpg.key http://www.opencsw.org/get-it/mirrors/ > gives me a file that GPG doesn't like: > > # gpg --import /tmp/gpg.key > gpg: no valid OpenPGP data found. > gpg: Total number processed: 0 > > The reason is because the BEGIN PGP block doesn't come at the start of the > line, i.e. > # grep BEGIN /tmp/gpg.key > ... shows up an HTML 'pre' tag before the BEGIN PGP stuff.
Thanks for the report, I fixed the HTML so the import works. -- /peter _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
