Commit Graph

9 Commits

Author SHA1 Message Date
Richard Körber
2ca2f4b264 Add Actalis support (fixes #173) 2025-08-13 20:48:16 +02:00
Richard Körber
8678f80ac6 Add missing providers to module-info 2025-02-17 20:10:14 +01:00
Richard Körber
60342c435f Add ZeroSSL provider
As ZeroSSL makes use of the Retry-After header, the example
implementation has also been changed accordingly.
2024-02-26 18:26:45 +01:00
George Fergadis
9c6eb5e610 Add SSL.com provider 2024-02-20 16:22:39 +01:00
Richard Körber
16b02efe23 Merge acme4j-utils into acme4j-client
The separation of acme4j-client and acme4j-utils was a design decision
that should avoid BouncyCastle to be a hard dependency of acme4j-client.
Anyhow acme4j is not really usable without BouncyCastle, so acme4j-utils
is used in almost all projects anyway.

This merge allows to extend the client API with some nice methods that
will make it easier to use.
2023-05-19 09:58:08 +02:00
Richard Körber
09a72d606b Review and extend JavaDocs 2023-04-29 15:11:00 +02:00
Richard Körber
783fdde013 Use the java.net.http client
With this patch, the old HttpURLConnection client is replaced with
the new java.net.http client that was introduced in Java 11.
2023-04-24 21:16:07 +02:00
Richard Körber
2f2e59fd36 Permit to globally register additional challenge types 2021-07-03 10:04:27 +02:00
Richard Körber
610b9366bd Add module-info definitions, fix related issues 2020-06-02 14:08:20 +02:00