Skip to content
Oleksandr Porunov edited this page Jul 21, 2018 · 4 revisions

Porunov Java ACME Client - Documentation

ℹ️ This documentation is meant to be used with PJAC version >= 3.x.y (client for acme v2 protocol). To access the previous documentation for PJAC version 2.x.y (client for acme v1 protocol) use the next documentation:
https://github.com/porunov/acme_client_v1_docs/wiki

Porunov Java ACME Client (PJAC) is a Java CLI management agent designed for manual certificate management utilizing the Automatic Certificate Management Environment (ACME) protocol.

ACME is a protocol that a Certificate Authority (CA) and an applicant can use to automate the process of verification and certificate issuance.

With this client, each step in the certificate management process is executed separately, so you can control the entire process on a step-by-step basis and integrate it seamlessly in your particular server environment.