Implementation of the Shared PGP Certificate Directory using PGPainless
Go to file
Paul Schaub 57ab8bad32
Bump slf4j to 1.7.36
2022-04-26 00:43:30 +02:00
.reuse Fix reuse 2022-03-01 16:50:39 +01: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 Add badges and info to readme files 2022-03-01 17:16:26 +01:00
pgpainless-cert-d-cli Add name and description to main command 2022-04-25 23:57:03 +02:00
.gitignore Initial commit 2022-03-01 15:53:24 +01:00
CHANGELOG.md Update CHANGELOG 2022-03-17 15:08:00 +01:00
README.md Initial readme 2022-03-01 16:50:39 +01:00
build.gradle Move dependency versions into version.gradle and bump pgpainless to 1.2.0 2022-04-07 21:38:07 +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 Bump slf4j to 1.7.36 2022-04-26 00:43:30 +02:00

README.md

Shared PGP Certificate Directory for Java

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.