How to revoke a GPG key
Generate revocation certificate:
gpg -o revocation.asc --gen-revoke F8025C91
Import the certificate to revoke the corresponding key:
gpg --import revocation.asc
Public the revoked key to servers:
gpg --keyserver pgp.mit.edu --send-keys F8025C91
[ show comments ]
blog comments powered by Disqus