Skip to content

Instantly share code, notes, and snippets.

@facundobianco
Created June 27, 2018 16:37
Show Gist options
  • Save facundobianco/3c8aabef80d2fd56286f8c60ef31adf7 to your computer and use it in GitHub Desktop.
Save facundobianco/3c8aabef80d2fd56286f8c60ef31adf7 to your computer and use it in GitHub Desktop.

GPG: Un-revoke a revoked key (UID)

Edit your key

gpg --expert --edit-key you@example.com

Select the user ID and re-sign it

uid N
sign
save

Source: GnuPG users mailing list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment