Porunov Acme Client Versions Save

Java ACME Client application

v3.0.1

4 years ago

Changes:

  • Fix fullchain contains duplicate certificate.
  • Fix chain contains generated certificate (should contains only chain without generated certificate)
  • Updated acme4j to version 2.7
  • Updated gradle to 5.5.1
  • Updated bcprov-jdk15on to 1.62

v3.0.0

5 years ago

Changes:

  • acme4j updated to version 2.2
  • ACME protocol updated to version 2 (wildcard certificates are supported now)

Breaking changes:

  • Commands: renew-certificate, update-agreement and authorize-domains are removed.
  • New command order-certificate is added.

See the wiki to get information about new certificate order flow:
https://github.com/porunov/acme_client/wiki

v2.1.3

6 years ago

Changes:

  • Update acme4j to v1.0

The next major release will support acme v2

v2.1.2

6 years ago

Bug fixes:

  • Fix retrieval of expired authorizations and certificates

Changes:

  • Improve help command
  • Update acme4j to v0.11

v2.1.1

7 years ago

Bug fixes:

  • Fix wrong status for verify-domains command when not authorized domains are used
  • Fix wrong status for download-challenges command when not authorized domains are used

v2.1.0

7 years ago

Changes:

  • Added --version parameter
  • Added an output param renewed to the command renew-certificate
  • Added a possible output param failed_certificates to the command download-certificates
  • More accurate output parameters
  • Bug fixes

v2.0

7 years ago

Changes:

  • The ACME client now works with a work-dir differently. Now it doesn't serialize objects, but saves only json arrays with links to authorization or certificates. That is why all next releases will be compatible.
  • Bug fixes.

Warning!

acme_client v2.0 isn't compatible with the acme_client v1.0. All next releases will be compatible to with the acme_client v2.0. To move from the client v1.0 to the client v2.0 you need to remove files authorization_uri_list and certificate_uri_list from the working directory. After that you need to generate a new certificate.

v1.0

7 years ago

v1.0 acme_client.

First release