Here's the situation, I have a PGP key I generated a long time ago and I have lost my private key. However I have a revocation certificate on my USB drive and I would like to revoke the key.
After looking on the internet I found this solution
$ gpg --import /path/to/usb/revocert-01324567.asc
gpg: key 01324567: no public key - can't apply revocation certificate
gpg: Total number processed: 1
I'm unsure how to download my public key from the keyserver, and how to upload it. Help would be appreciated.