Releases: porunov/acme_client
Releases · porunov/acme_client
v3.0.1 acme_client (PJAC)
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)
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
andauthorize-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)
Changes:
- Update acme4j to v1.0
The next major release will support acme v2
v2.1.2 acme_client (PJAC)
Bug fixes:
- Fix retrieval of expired authorizations and certificates
Changes:
- Improve help command
- Update acme4j to v0.11
v2.1.1 acme_client (PJAC)
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)
Changes:
- Added
--version
parameter - Added an output param
renewed
to the commandrenew-certificate
- Added a possible output param
failed_certificates
to the commanddownload-certificates
- More accurate output parameters
- Bug fixes
v2.0 acme_client
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.