Skip to content

Releases: skoerfgen/ACMECert

ACMECert v3.7.1

26 Jul 19:15
1fd7793

Choose a tag to compare

Changes:

  • bugfix: getSAN method now also returns 'IP Address' fields, if present.

ACMECert v3.7.0

14 Jul 21:36
3971a21

Choose a tag to compare

Changes:

  • added support for IP address certificates
  • added option to disable grouping of dns-01 challenges

ACMECert v3.6.0

20 Apr 20:31
d951095

Choose a tag to compare

Notable changes:

ACMECert v3.5.0

07 Feb 23:50
aca99a9

Choose a tag to compare

Notable changes:

  • getARI now supports Retry-After

ACMECert v3.4.1

03 Feb 21:32
38b74ce

Choose a tag to compare

Changes:

  • bugfix: getARI did not work with newer OpenSSL versions.

ACMECert v3.4.0

17 Jul 20:41
e8e5d0d

Choose a tag to compare

Notable changes:

  • Added support for ACME Renewal Information (ARI)

ACMECert v3.3.1

23 Nov 20:01
8098735

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

Choose a tag to compare

Changes:

  • added setLogger() method to configure logging

ACMECert v3.2.2

23 Oct 19:12
7092e6c

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

Choose a tag to compare

Changes:

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