[git] gnupg-doc - branch, feature/shop, created. 26e6d558f3079c1a8b9ac95e5a9868d223894039
by Werner Koch
cvs at cvs.gnupg.org
Thu Jun 30 11:52:32 CEST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GnuPG website and other docs".
The branch, feature/shop has been created
at 26e6d558f3079c1a8b9ac95e5a9868d223894039 (commit)
- Log -----------------------------------------------------------------
commit 26e6d558f3079c1a8b9ac95e5a9868d223894039
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jun 30 11:49:34 2016 +0200
faq: Add example for --quick-revuid top whats-new-in-2.1.org
This example was prepared by
Daniel Kahn Gillmor <dkg at fifthhorseman.net>
diff --git a/web/faq/whats-new-in-2.1.org b/web/faq/whats-new-in-2.1.org
index 4c24b87..2bf6da0 100644
--- a/web/faq/whats-new-in-2.1.org
+++ b/web/faq/whats-new-in-2.1.org
@@ -430,6 +430,21 @@ The key listing also shows the default key listing format introduced
with 2.1.13. There are a lot of other options to the =--quick-addkey=
command which are described in the manual.
+Since version 2.1.14 it possible to revoke a user id on an existing
+key:
+
+#+begin_example
+$ gpg2 -k 8CFDE12197965A9A
+pub ed25519/8CFDE12197965A9A 2014-08-19
+uid [ unknown] Sample 2 <me at example.org>
+uid [ unknown] EdDSA sample key 1
+$ gpg2 --quick-revuid 8CFDE12197965A9A 'EdDSA sample key 1'
+$ gpg2 -k 8CFDE12197965A9A
+pub ed25519/8CFDE12197965A9A 2014-08-19
+uid [ unknown] Sample 2 <me at example.org>
+#+end_example
+
+
** Improved Pinentry support
:PROPERTIES:
:CUSTOM_ID: pinentry
-----------------------------------------------------------------------
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list