ACMECert Versions Save

PHP client library for Let's Encrypt and other ACME v2 - RFC 8555 compatible Certificate Authorities

v3.3.1

5 months ago

Changes:

  • Added support for DNS Names (domain names) longer than 64 characters

v3.3.0

6 months ago

Changes:

  • added setLogger() method to configure logging

v3.2.2

6 months ago

Changes:

  • When an instance of ACMECert goes out of scope the garbage collector now reclaims it immediately.

v3.2.1

1 year ago

Changes:

  • Fixed deprecation warning since PHP 8 when using registerEAB method.

v3.2.0

2 years ago

Notable changes:

  • choosing an arbitrary ACME v2 - RFC 8555 compatible Certificate Authority (CA) is now supported.
  • External Account Binding support added.
  • notBefore / notAfter can be specified if CA supports it.
  • retry-after (rate limit) handling.