mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2024-11-26 01:02:07 +01:00
14 lines
No EOL
338 B
Markdown
14 lines
No EOL
338 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
# Command Line Interface for the Web Key Directory
|
|
|
|
```shell
|
|
Usage: wkdcli fetch [-a] USERID
|
|
Fetch an OpenPGP Certificate via the Web Key Directory
|
|
USERID Certificate User-ID
|
|
-a, --armor ASCII Armor the output
|
|
``` |