Go to file
Richard Körber df44e2b80a Initial commit 2015-12-04 21:28:12 +01:00
.gitignore Initial commit 2015-12-04 21:28:12 +01:00
.project Initial commit 2015-12-04 21:28:12 +01:00
LICENSE-APL.txt Initial commit 2015-12-04 21:28:12 +01:00
README.md Initial commit 2015-12-04 21:28:12 +01:00

README.md

ACME Java Client build status

SOURCE IS COMING SOON!

This is a Java client for the 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.

This Java client helps connecting to an ACME server, and performing all necessary steps to manage certificates.

It is an independent open source implementation that is not affiliated with or endorsed by Let's Encrypt. The source code can be found at GitHub and is distributed under the terms of Apache License 2.0.

Features

  • Easy to use Java API
  • Requires JRE 7 or higher
  • Built with maven (package will be available shortly at Maven Central)
  • Small, only requires jose4j and slf4j as dependencies. Bouncy Castle is recommended for some features, but is not required.