Add subdomain validation support (RFC 9444)

This commit is contained in:
Richard Körber
2024-03-15 17:18:01 +01:00
parent b5a7e00ac3
commit 773cacde4f
18 changed files with 420 additions and 25 deletions

View File

@@ -14,6 +14,7 @@ This Java client helps connecting to an ACME server, and performing all necessar
* Supports [RFC 8738](https://tools.ietf.org/html/rfc8738) IP identifier validation
* Supports [RFC 8739](https://tools.ietf.org/html/rfc8739) short-term automatic certificate renewal (experimental)
* Supports [RFC 8823](https://tools.ietf.org/html/rfc8823) for S/MIME certificates (experimental)
* Supports [RFC 9444](https://tools.ietf.org/html/rfc9444) for subdomain validation
* Supports [draft-ietf-acme-ari-03](https://www.ietf.org/archive/id/draft-ietf-acme-ari-03.html) for renewal information (experimental)
* Easy to use Java API
* Requires JRE 11 or higher