Richard Körber 6f0a5c8707 Enhance validation of S/MIME challenge messages [WIP]
- Fully support S/MIME header protection
- Validation of signature using cacerts, certificates or other
  trust stores
- Improved checks of protected headers

Still missing:

- Unit tests
- EmailProcessor supporting all new features
2023-01-28 13:28:28 +01:00
2022-11-26 12:23:47 +01:00
2019-03-16 16:42:22 +01:00
2015-12-04 21:28:12 +01:00
2023-01-28 13:14:38 +01:00

ACME Java Client build status maven central

This is a Java client for the Automatic Certificate Management Environment (ACME) protocol as specified in RFC 8555.

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.

Features

  • Mature and stable code base. First release was in December 2015!
  • Fully RFC 8555 compliant
  • Supports the http-01, dns-01, and tls-alpn-01 (RFC 8737) challenges
  • Supports RFC 8738 IP identifier validation
  • Supports RFC 8739 short-term automatic certificate renewal (experimental)
  • Supports RFC 8823 for S/MIME certificates (experimental)
  • Easy to use Java API
  • Requires JRE 8 (update 101) or higher. For building the project, Java 9 or higher is required.
  • Built with maven, packages available at Maven Central
  • Extensive unit and integration tests
  • Reported to work on Android. However, this platform is not officially supported.

Dependencies

Usage

Announcements

Follow our Mastodon feed for release notes and other acme4j related news.

Contribute

License

acme4j is open source software. The source code is distributed under the terms of Apache License 2.0.

Acknowledgements

Description
Java client for ACME (Let's Encrypt)
Readme 3.9 MiB
Languages
Java 99.3%
Python 0.5%
Shell 0.2%