mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
wkd: New command --print-wkd-hash for gpg-wks-client.
* tools/gpg-wks-client.c (aPrintWKDHash): New. (opts) : Add "--print-wkd-hash". (main): Implement that command. (proc_userid_from_stdin): New. * tools/wks-util.c (wks_fname_from_userid): Add option HASH_ONLY. (wks_cmd_print_wkd_hash): New. -- GnuPG-bug-id: 4418 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b9d2759da1
commit
64621f1f40
5 changed files with 129 additions and 12 deletions
|
@ -101,6 +101,10 @@ fingerprint and the mailbox separated by a space. The command
|
|||
@option{--remove-key} removes a key from that directory, its only
|
||||
argument is a user-id.
|
||||
|
||||
The command @option{--print-wkd-hash} prints a WKD user id identifier
|
||||
and the corresponding mailbox from the user-ids given on the command
|
||||
line or via stdin (one user-id per line).
|
||||
|
||||
@command{gpg-wks-client} is not commonly invoked directly and thus it
|
||||
is not installed in the bin directory. Here is an example how it can
|
||||
be invoked manually to check for a Web Key Directory entry for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue