mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
wkd: New command --print-wkd-url for gpg-wks-client.
* tools/gpg-wks-client.c (aPrintWKDURL): New. (opts): Add option. (main): Implement. * tools/wks-util.c (wks_cmd_print_wkd_url): New. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
2fc9a51751
commit
70c97a862a
4 changed files with 50 additions and 5 deletions
|
@ -101,10 +101,14 @@ 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
|
||||
The command @option{--print-wkd-hash} prints the WKD user-id identifiers
|
||||
and the corresponding mailboxes from the user-ids given on the command
|
||||
line or via stdin (one user-id per line).
|
||||
|
||||
The command @option{--print-wkd-url} prints the URLs used to fetch the
|
||||
key for the given user-ids from WKD. The meanwhile preferred format
|
||||
with sub-domains is used here.
|
||||
|
||||
@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