Kelunik Acme Client Versions Save

Let's Encrypt / ACME client written in PHP for the CLI.

v1.0.1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/kelunik/acme-client/compare/v1.0.0...v1.0.1

v1.0.0

2 years ago
  • 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: https://github.com/kelunik/acme-client/compare/v1.0.0-beta.2...v1.0.0

v1.0.0-beta.2

2 years ago
  • Fixed bug in KeyStore calling changeOwner instead of changePermissions (#90)

v1.0.0-beta.1

2 years ago
  • 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.

v0.3.0-beta.4

5 years ago
  • Added logging support for verbose debugging info.

v0.3.0-beta.3

5 years ago
  • Implemented --rekey option (#19)
  • Improve error messages (#70)
  • Upgraded dependencies

v0.3.0-beta.2

6 years ago
  • Fixed an issue with running as PHAR if it doesn't have a .phar extension.

v0.3.0-beta.1

6 years ago

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

v0.3.0-alpha.3

6 years ago
  • Fixed several errors that prevented certificate issuance and registration.

v0.3.0-alpha.2

6 years ago

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.