mod_acme.so missing from 1.9.0 release - ACME feature completely non-functional

#1
OLS Version: 1.9.0
OS: Debian 12 and Debian 13

The mod_acme.so module is not included in the 1.9.0 release package despite ACME being announced as a key new feature.

Steps to reproduce:

1. Fresh install OLS 1.9.0 on Debian 12 or 13
2. Run /usr/local/lsws/admin/misc/install_acme.sh
3. Configure VHost with AutoCert ACME enabled
4. OLS error log shows: "Failed to load module [mod_acme], error: mod_acme.so: No such file or directory"
5. ls /usr/local/lsws/modules/ confirms mod_acme.so is absent

The source code exists in src/modules/modacme/ but was not compiled into the release package. ACME is completely non-functional. This cost users significant time debugging a feature that was never actually shipped.

Please include mod_acme.so in 1.9.1, or restore the previous certbot documentation so users have a working alternative.
 
Top