Skip to content

Releases: kelunik/acme-client

1.0.1

03 Apr 19:15
v1.0.1
63979e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.0

25 Oct 20:23
v1.0.0
Compare
Choose a tag to compare
  • Compatible with ACME v2 / the ACME RFC version.
  • Works with the same configuration as before.
  • Upgraded dependencies.

If you used a full server URL in the configuration, you'll need to adjust it to the ACME v2 URL.

You'll need to change your certificate paths:

  • old: <storage>/certs/acme-v01.api.letsencrypt.org.directory/...
  • new: <storage>/certs/acme-v02.api.letsencrypt.org.directory/...

Setup a new account with acme-client setup --agree-terms.

Full Changelog: v1.0.0-beta.2...v1.0.0

1.0.0 Beta 2

09 Aug 22:37
v1.0.0-beta.2
Compare
Choose a tag to compare
1.0.0 Beta 2 Pre-release
Pre-release
  • Fixed bug in KeyStore calling changeOwner instead of changePermissions (#90)

1.0.0 Beta 1

04 Jul 10:47
v1.0.0-beta.1
Compare
Choose a tag to compare
1.0.0 Beta 1 Pre-release
Pre-release
  • Compatible with ACME v2 / the ACME RFC version.
  • Works with the same configuration as before

If you used a full server URL in the configuration, you'll need to adjust it to the ACME v2 URL.

You'll need to change your certificate paths:

  • old: <storage>/certs/acme-v01.api.letsencrypt.org.directory/...
  • new: <storage>/certs/acme-v02.api.letsencrypt.org.directory/...

Setup a new account with acme-client setup --agree-terms.

0.3.0 Beta 4

09 Jun 17:02
v0.3.0-beta.4
Compare
Choose a tag to compare
0.3.0 Beta 4 Pre-release
Pre-release
  • Added logging support for verbose debugging info.

0.3.0 Beta 3

06 Jun 19:55
v0.3.0-beta.3
Compare
Choose a tag to compare
0.3.0 Beta 3 Pre-release
Pre-release
  • Implemented --rekey option (#19)
  • Improve error messages (#70)
  • Upgraded dependencies

0.3.0 Beta 2

21 Mar 14:54
v0.3.0-beta.2
Compare
Choose a tag to compare
0.3.0 Beta 2 Pre-release
Pre-release
  • Fixed an issue with running as PHAR if it doesn't have a .phar extension.

0.3.0 Beta 1

21 Mar 11:59
v0.3.0-beta.1
Compare
Choose a tag to compare
0.3.0 Beta 1 Pre-release
Pre-release

This is the first beta release of the upcoming v0.3.0 release. Please test it carefully and report any bugs you find.

0.3.0 Alpha 3

11 Jan 16:41
v0.3.0-alpha.3
Compare
Choose a tag to compare
0.3.0 Alpha 3 Pre-release
Pre-release
  • Fixed several errors that prevented certificate issuance and registration.

0.3.0 Alpha 2

08 Jan 17:46
v0.3.0-alpha.2
Compare
Choose a tag to compare
0.3.0 Alpha 2 Pre-release
Pre-release

This is a very early pre-release of v0.3.0. It has not been tested other than running acme-client version and acme-client setup with the generated PHAR. Use at your own risk!

  • Work around amphp/parallel not working inside PHARs.