How do I drop keys from an internal SKS keyserver.
SKS fingerprints are in SHA1, but sks drop command is looking for an md5, how do I properly get the MD5 fingerprint from a key on an sks keyserver.
This command gives the SHA1 Fingerprint
gpg --fingerprint username
sks drop $(sha1_fingerprint)
hash should be exactly 32 characters long