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:
- Fresh install OLS 1.9.0 on Debian 12 or 13
- Run /usr/local/lsws/admin/misc/install_acme.sh
- Configure VHost with AutoCert ACME enabled
- OLS error log shows: "Failed to load module [mod_acme], error: mod_acme.so: No such file or directory"
- 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.
PS: Running lsup.sh also does not install mod_acme.so -
the module is missing from all installation methods.
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:
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.
PS: Running lsup.sh also does not install mod_acme.so -
the module is missing from all installation methods.