Implementation of the Shared PGP Certificate Directory using PGPainless
Go to file
Paul Schaub 33d93cc39a
Adopt latest changes from pgp-cert-d and add armor headers for get command
2022-08-24 13:24:05 +02:00
.reuse Add woodpecker CI 2022-08-01 17:30:40 +02:00
.woodpecker Add woodpecker CI 2022-08-01 17:30:40 +02:00
LICENSES Fix reuse 2022-03-01 16:50:39 +01:00
config/checkstyle Fix build issues 2022-03-01 16:50:39 +01:00
gradle/wrapper Fix build issues 2022-03-01 16:50:39 +01:00
pgpainless-cert-d Adopt latest changes from pgp-cert-d and add armor headers for get command 2022-08-24 13:24:05 +02:00
pgpainless-cert-d-cli Adopt latest changes from pgp-cert-d and add armor headers for get command 2022-08-24 13:24:05 +02:00
.gitignore Initial commit 2022-03-01 15:53:24 +01:00
CHANGELOG.md Update changelog 2022-07-04 12:55:04 +02:00
README.md Add badges for CI and Coveralls 2022-08-01 17:35:32 +02:00
build.gradle Enable mavenLocal() in build.gradle 2022-04-29 17:10:40 +02:00
gradlew Fix build issues 2022-03-01 16:50:39 +01:00
gradlew.bat Fix build issues 2022-03-01 16:50:39 +01:00
settings.gradle Initial commit 2022-03-01 15:53:24 +01:00
version.gradle Move and implement key-capable MergeCallbacks 2022-08-12 15:43:22 +02:00

README.md

Shared PGP Certificate Directory for Java

status-badge Coverage Status REUSE status

This repository contains implementations of the Shared PGP Certificate Directory specification using PGPainless 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.