Releases: kelunik/acme-client
1.0.1
What's Changed
- Fix issuance of reordered domain names by @bwoebi in #92
- Bump amphp/http from 1.6.3 to 1.7.3 by @dependabot in #96
New Contributors
- @demiurge-ash made their first contribution in #94
- @bwoebi made their first contribution in #92
- @dependabot made their first contribution in #96
Full Changelog: v1.0.0...v1.0.1
1.0.0
- 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
- Fixed bug in
KeyStore
callingchangeOwner
instead ofchangePermissions
(#90)
1.0.0 Beta 1
- 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
- Added logging support for verbose debugging info.
0.3.0 Beta 3
0.3.0 Beta 2
- Fixed an issue with running as PHAR if it doesn't have a
.phar
extension.
0.3.0 Beta 1
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
- Fixed several errors that prevented certificate issuance and registration.
0.3.0 Alpha 2
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.