Skip to content

Releases: porunov/acme_client

v3.0.1 acme_client (PJAC)

02 Aug 00:49
Compare
Choose a tag to compare

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 acme_client (PJAC)

21 Jul 11:56
Compare
Choose a tag to compare

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 acme_client (PJAC)

23 Apr 16:54
Compare
Choose a tag to compare

Changes:

  • Update acme4j to v1.0

The next major release will support acme v2

v2.1.2 acme_client (PJAC)

22 Aug 13:01
Compare
Choose a tag to compare

Bug fixes:

  • Fix retrieval of expired authorizations and certificates

Changes:

  • Improve help command
  • Update acme4j to v0.11

v2.1.1 acme_client (PJAC)

24 Apr 16:29
Compare
Choose a tag to compare

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 acme_client (PJAC)

18 Apr 09:00
Compare
Choose a tag to compare

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 acme_client

24 Mar 22:05
Compare
Choose a tag to compare

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 acme_client

06 Dec 11:04
Compare
Choose a tag to compare

v1.0 acme_client.

First release