* André Ockers <an...@ockers.eu> wrote:

> But when I tried to do the some thing in Bash I ran into the following:
> 
> $ gpg -a --output an...@ockers.eu.asc.revoke --gen-revoke an...@ockers.eu
> 
> sec  4096R/F5FE3668 2014-07-31 André Ockers <an...@ockers.eu>
> 
> Which is the fingerprint of the old key.
> 
> What happened and what can I do?

you almost had it, just use the fingerprint of the key in question
instead of an email address:

gpg -a --output an...@ockers.eu.asc.revoke --gen-revoke 7CD3FBC8F6005ED5

will create a revocation cert for the key you signed your mail with.

HTH

-- 
left blank, right bald

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to