mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2025-09-08 10:49:39 +02:00
18 lines
No EOL
624 B
Markdown
18 lines
No EOL
624 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
|
|
# Command Line Interface for the Web Key Directory
|
|
|
|
[](https://javadoc.io/doc/org.pgpainless/wkd-java-cli)
|
|
[](https://search.maven.org/artifact/org.pgpainless/wkd-java-cli)
|
|
|
|
|
|
```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
|
|
``` |