On Tue, Apr 23, 2013 at 11:51:02AM -0400, John Burwell wrote: > root@zone1:/tmp/cloudstack# gpg --verify > apache-cloudstack-4.1.0-src.tar.bz2.asc > gpg: Signature made Mon 22 Apr 2013 04:45:37 PM PDT using RSA key ID A99A5D58 > gpg: Can't check signature: public key not found > > What am I doing wrong?
You have to have imported the KEYS file previously... so just do: wget --no-check-certificate https://dist.apache.org/repos/dist/release/cloudstack/KEYS /tmp/KEYS gpg --import /tmp/KEYS