mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-21 23:22:04 +01:00
Update README
This commit is contained in:
parent
0dc7ba1ecb
commit
661f7865f4
1 changed files with 7 additions and 0 deletions
|
@ -9,3 +9,10 @@ SPDX-License-Identifier: Apache-2.0
|
|||
Client-side API for fetching keys from - and publishing keys to - Verifying OpenPGP Key Servers (VKS).
|
||||
|
||||
An example implementation of a Verifying Key Server is [Hagrid](https://gitlab.com/hagrid-keyserver/hagrid), which is running https://keys.openpgp.org.
|
||||
|
||||
## Modules
|
||||
|
||||
This repository contains the following modules:
|
||||
|
||||
* [vks-java](/vks-java): Client-side Java API for communicating with VKS servers
|
||||
* [vks-java-cli](/vks-java-cli): CLI frontend for `vks-java`
|
||||
|
|
Loading…
Reference in a new issue