certbot/certbot-compatibility-test
Will Greenberg 6f1c0b0abd
merge certbot-apache and certbot-nginx into certbot (#10522)
based on the suggestion @bmw made in #10484, this moves nearly
everything from `certbot-apache` and `certbot-nginx` into subdirectories
in `certbot/src/certbot/_internal`, and corresponding "extra"
dependencies are made for the certbot distribution. in their place,
entrypoint shims are made in the old distributions.

this way, installing `certbot[nginx]` will pull in the extra
dependencies needed for the nginx code, and also pull in the shim in
`certbot-nginx`, letting our plugin discovery system work just as it did
before. ditto for apache.

note that this doesn't yet deprecate anything, which was one of the
primary goals of the original issue -- i spun out that work into #10521

fixes #10484

---------

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
Co-authored-by: ohemorange <erica@eff.org>
2026-03-23 18:09:04 -07:00
..
nginx merge certbot-apache and certbot-nginx into certbot (#10522) 2026-03-23 18:09:04 -07:00
src/certbot_compatibility_test merge certbot-apache and certbot-nginx into certbot (#10522) 2026-03-23 18:09:04 -07:00
Dockerfile upgrade python-augeas (#10286) 2025-05-08 13:03:31 -07:00
Dockerfile-apache upgrade certbot compatibility test images (#10277) 2025-05-06 10:57:10 -07:00
Dockerfile-nginx upgrade certbot compatibility test images (#10277) 2025-05-06 10:57:10 -07:00
LICENSE.txt s/letsencrypt/certbot letsencrypt-compatibility-test 2016-04-13 16:58:21 -07:00
MANIFEST.in Add --use-pep517 flag to pip to silence warning in tools/venv.py, and switch codebase to src-layout (#10249) 2025-04-11 19:30:33 +00:00
pyproject.toml remove email address (#10533) 2026-01-07 19:03:03 +00:00
README.rst Rename misc files 2016-04-14 10:20:23 -07:00
setup.py Bump version to 5.5.0 2026-03-10 10:47:29 -07:00

Compatibility tests for Certbot