Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

Releases: icing/mod_md

mod_md v2.6.11

28 Apr 14:20
v2.6.11
3cf9634

Choose a tag to compare

  • New directive MDHttpProxyCACertificateFile. [Michael Kaufmann]
  • OpenSSL 4 compatibility.
  • Allow the MDHttpProxy setting to be set per MDomain. The global MDHttpProxy setting is used by default. [Michael Kaufmann]

mod_md v2.6.10

11 Apr 16:14
v2.6.10
1084308

Choose a tag to compare

  • Fix issue #420 by ignoring job.json files that claim to have completely finished a certificate renewal, but have not produced the necessary result files.

mod_md v2.6.9

10 Apr 08:38
v2.6.9
1412009

Choose a tag to compare

  • Pebble 2.9+ reports another error when terms of service agreement is not set.
    Treating all "userActionRequired" errors as permanent now.

mod_md v2.6.8

20 Feb 13:38
v2.6.8
7a06670

Choose a tag to compare

  • Fix the ARI related replaces property in ACME order creation to only
    be used when the CA supports ARI and it is enabled in the menu config.
    Fixes #406.
  • Fix compatibility with APR versions before 1.6.0 which do not have
    apr_cstr_casecmp and should use apr_strnatcasecmp instead.

mod_md v2.6.7

08 Dec 12:50
v2.6.7
c77fa9f

Choose a tag to compare

  • Fix a regression in MDStapleOthers, broken in v2.6.0, that made it no longer apply, no matter the configuration.

mod_md v2.6.6

20 Nov 12:33
v2.6.6
d2d5b81

Choose a tag to compare

  • Fix a small memory leak when using OpenSSL's BIGNUMs. [Theo Buehler]
  • Fix reuse of curl easy handles by resetting them. [Michael Kaufmann]

mod_md v2.6.5

04 Nov 14:20
v2.6.5
3df1829

Choose a tag to compare

  • Hardening: when build with OpenSSL older than 1.0.2 or old libressl versions,
    the parsing of ASN.1 time strings did not do a length check.
  • Hardening: when reading back OCSP responses stored in the local JSON store,
    missing 'valid' key led to uninitialized values, resulting in wrong
    refresh behaviour.

mod_md v2.6.4

17 Oct 14:57
v2.6.4
4398dde

Choose a tag to compare

  • New directive MDInitialDelay, controlling how longer to wait after
    a server restart before checking certificates for renewal.
    [Michael Kaufmann]

mod_md v2.6.2

19 Aug 09:28
v2.6.2
149540d

Choose a tag to compare

  • Fix error retry delay calculation to not already doubling the wait on the first error.

mod_md v2.6.1

15 Aug 10:18
v2.6.1
cc741cc

Choose a tag to compare

  • Increasing default MDRetryDelay to 30 seconds to generate less bursty
    traffic on errored renewals for the ACME CA. This leads to error retries
    of 30s, 1 minute, 2, 4, etc. up to daily attempts.
  • Checking that configuring MDRetryDelay will result in a positive
    duration. A delay of 0 is not accepted.
  • Fix a bug in checking Content-Type of responses from the ACME server.