mirror of https://github.com/shred/acme4j
![]() |
||
---|---|---|
.gitignore | ||
.project | ||
LICENSE-APL.txt | ||
README.md |
README.md
ACME Java Client 
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.