Skip to content

mod_md v2.6.8

Choose a tag to compare

@icing icing released this 20 Feb 13:38
· 12 commits to master since this release
v2.6.8
7a06670
  • 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.