On Thu, Jan 26, 2006 at 11:42:06PM +0100, Daniel Löfquist wrote:
> Hello everybody,
> This is my first post on this mailinglist so please bear with me ;-)
> I've had a gnupg-keypair for about 4 years and the public key is published on
> several keyservers. Recently however my key has been compromised so yesterday 
> I
> decided to make a new one. First I made a revocation certificate for the old 
> key
> using "gpg --revoke-gen --output revoke_old_key.asc [EMAIL PROTECTED]".
> The revocation certificate looks like this:

Do this:

  gpg --import revoke_old_key.asc

So the key on your keyring is revoked.

Now upload the key to the keyserver:

  gpg --keyserver wwwkeys.pgp.net --send-key [EMAIL PROTECTED]

David

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

Reply via email to