From 90aa6222e96709d25d643d348fb2fee43cc14247 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 1 Mar 2022 16:32:03 +0100 Subject: [PATCH] Initial readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d661028 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Shared PGP Certificate Directory for Java + +This repository contains implementations of the [Shared PGP Certificate Directory](https://sequoia-pgp.gitlab.io/pgp-cert-d/) specification using [PGPainless](https://pgpainless.org) as backend. + +The module `pgpainless-cert-d` can be used as a drop-in implementation of +`pgp-certificate-store`. + +The module `pgpainless-cert-d-cli` contains a command line application for +OpenPGP certificate management.