Skip to content

Releases: skoerfgen/ACMECert

ACMECert v3.3.1

23 Nov 20:01
8098735
Compare
Choose a tag to compare

Changes:

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

ACMECert v3.3.0

15 Nov 22:54
69d9a52
Compare
Choose a tag to compare

Changes:

  • added setLogger() method to configure logging

ACMECert v3.2.2

23 Oct 19:12
7092e6c
Compare
Choose a tag to compare

Changes:

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

ACMECert v3.2.1

03 Aug 21:37
5cf724c
Compare
Choose a tag to compare

Changes:

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

ACMECert v3.2.0

22 Apr 23:15
7065648
Compare
Choose a tag to compare

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.