certbot-apache 5.2.2__tar.gz → 5.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {certbot_apache-5.2.2/src/certbot_apache.egg-info → certbot_apache-5.3.0}/PKG-INFO +4 -4
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/pyproject.toml +1 -1
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/setup.py +1 -1
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/configurator.py +1 -1
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/http_01.py +5 -1
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/configurator_test.py +7 -4
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/dualnode_test.py +9 -9
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/http_01_test.py +25 -8
- {certbot_apache-5.2.2 → certbot_apache-5.3.0/src/certbot_apache.egg-info}/PKG-INFO +4 -4
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache.egg-info/requires.txt +2 -2
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/LICENSE.txt +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/MANIFEST.in +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/README.rst +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/setup.cfg +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/__init__.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/__init__.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/apache_util.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/apacheparser.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/assertions.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/augeas_lens/httpd.aug +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/augeasparser.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/constants.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/display_ops.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/dualparser.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/entrypoint.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/interfaces.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/obj.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_alpine.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_arch.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_centos.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_darwin.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_debian.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_fedora.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_gentoo.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_suse.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_void.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/parser.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/parsernode_util.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/__init__.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test-pebble.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/augeasnode_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/autohsts_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/centos_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/complex_parsing_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/configurator_reverter_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/conftest.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/debian_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/display_ops_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/entrypoint_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/fedora_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/gentoo_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/obj_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/parser_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/parsernode_configurator_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/parsernode_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/parsernode_util_test.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2 +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/util.py +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/py.typed +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache.egg-info/SOURCES.txt +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache.egg-info/dependency_links.txt +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache.egg-info/entry_points.txt +0 -0
- {certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache.egg-info/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: certbot-apache
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.3.0
|
|
4
4
|
Summary: Apache plugin for Certbot
|
|
5
|
-
Author
|
|
5
|
+
Author: Certbot Project
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://github.com/certbot/certbot
|
|
8
8
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -25,8 +25,8 @@ Classifier: Topic :: Utilities
|
|
|
25
25
|
Requires-Python: >=3.10
|
|
26
26
|
Description-Content-Type: text/x-rst
|
|
27
27
|
License-File: LICENSE.txt
|
|
28
|
-
Requires-Dist: acme>=5.
|
|
29
|
-
Requires-Dist: certbot>=5.
|
|
28
|
+
Requires-Dist: acme>=5.3.0
|
|
29
|
+
Requires-Dist: certbot>=5.3.0
|
|
30
30
|
Requires-Dist: python-augeas
|
|
31
31
|
Provides-Extra: dev
|
|
32
32
|
Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
|
|
@@ -10,7 +10,7 @@ readme = "README.rst"
|
|
|
10
10
|
license = "Apache-2.0"
|
|
11
11
|
requires-python = ">=3.10"
|
|
12
12
|
authors = [
|
|
13
|
-
{ name = "Certbot Project"
|
|
13
|
+
{ name = "Certbot Project" },
|
|
14
14
|
]
|
|
15
15
|
classifiers = [
|
|
16
16
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -2442,7 +2442,7 @@ class ApacheConfigurator(common.Configurator):
|
|
|
2442
2442
|
###########################################################################
|
|
2443
2443
|
# Challenges Section
|
|
2444
2444
|
###########################################################################
|
|
2445
|
-
def get_chall_pref(self,
|
|
2445
|
+
def get_chall_pref(self, unused_identifier: str) -> Sequence[type[challenges.HTTP01]]:
|
|
2446
2446
|
"""Return list of challenge preferences."""
|
|
2447
2447
|
return [challenges.HTTP01]
|
|
2448
2448
|
|
|
@@ -4,6 +4,7 @@ import logging
|
|
|
4
4
|
from typing import TYPE_CHECKING
|
|
5
5
|
|
|
6
6
|
from acme.challenges import KeyAuthorizationChallengeResponse
|
|
7
|
+
from acme import messages
|
|
7
8
|
from certbot import errors
|
|
8
9
|
from certbot.achallenges import KeyAuthorizationAnnotatedChallenge
|
|
9
10
|
from certbot.compat import filesystem
|
|
@@ -52,6 +53,9 @@ class ApacheHttp01(common.ChallengePerformer):
|
|
|
52
53
|
"""Perform all HTTP-01 challenges."""
|
|
53
54
|
if not self.achalls:
|
|
54
55
|
return []
|
|
56
|
+
if any(achall.identifier.typ == messages.IDENTIFIER_IP for achall in self.achalls):
|
|
57
|
+
raise errors.ConfigurationError(
|
|
58
|
+
"Apache authenticator not supported for IP address certificates")
|
|
55
59
|
# Save any changes to the configuration as a precaution
|
|
56
60
|
# About to make temporary changes to the config
|
|
57
61
|
self.configurator.save("Changes before challenge setup", True)
|
|
@@ -82,7 +86,7 @@ class ApacheHttp01(common.ChallengePerformer):
|
|
|
82
86
|
|
|
83
87
|
# Search for VirtualHosts matching by name
|
|
84
88
|
for chall in self.achalls:
|
|
85
|
-
selected_vhosts += self._matching_vhosts(chall.
|
|
89
|
+
selected_vhosts += self._matching_vhosts(chall.identifier.value)
|
|
86
90
|
|
|
87
91
|
# Ensure that we have one or more VirtualHosts that we can continue
|
|
88
92
|
# with. (one that listens to port configured with --http-01-port)
|
|
@@ -9,7 +9,7 @@ from unittest import mock
|
|
|
9
9
|
|
|
10
10
|
import pytest
|
|
11
11
|
|
|
12
|
-
from acme import challenges
|
|
12
|
+
from acme import challenges, messages
|
|
13
13
|
from certbot import achallenges
|
|
14
14
|
from certbot import crypto_util
|
|
15
15
|
from certbot import errors
|
|
@@ -1193,17 +1193,20 @@ class MultipleVhostsTest(util.ApacheTest):
|
|
|
1193
1193
|
challenges.HTTP01(
|
|
1194
1194
|
token=b"jIq_Xy1mXGN37tb4L6Xj_es58fW571ZNyXekdZzhh7Q"),
|
|
1195
1195
|
"pending"),
|
|
1196
|
-
|
|
1196
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value="encryption-example.demo"),
|
|
1197
|
+
account_key=account_key)
|
|
1197
1198
|
achall2 = achallenges.KeyAuthorizationAnnotatedChallenge(
|
|
1198
1199
|
challb=acme_util.chall_to_challb(
|
|
1199
1200
|
challenges.HTTP01(
|
|
1200
1201
|
token=b"uqnaPzxtrndteOqtrXb0Asl5gOJfWAnnx6QJyvcmlDU"),
|
|
1201
1202
|
"pending"),
|
|
1202
|
-
|
|
1203
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value="certbot.demo"),
|
|
1204
|
+
account_key=account_key)
|
|
1203
1205
|
achall3 = achallenges.KeyAuthorizationAnnotatedChallenge(
|
|
1204
1206
|
challb=acme_util.chall_to_challb(
|
|
1205
1207
|
challenges.HTTP01(token=(b'x' * 16)), "pending"),
|
|
1206
|
-
|
|
1208
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value="example.org"),
|
|
1209
|
+
account_key=account_key)
|
|
1207
1210
|
|
|
1208
1211
|
return account_key, (achall1, achall2, achall3)
|
|
1209
1212
|
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/dualnode_test.py
RENAMED
|
@@ -337,10 +337,10 @@ class DualParserNodeTest(unittest.TestCase): # pylint: disable=too-many-public-
|
|
|
337
337
|
self.block.secondary.find_blocks = find_blocks_secondary
|
|
338
338
|
|
|
339
339
|
blocks = self.block.find_blocks("anything")
|
|
340
|
+
assert len(blocks) == 1
|
|
340
341
|
for block in blocks:
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
assert block.primary is not block.secondary
|
|
342
|
+
assert block.primary == block.secondary
|
|
343
|
+
assert block.primary is not block.secondary
|
|
344
344
|
|
|
345
345
|
def test_find_dirs_no_pass_equal(self):
|
|
346
346
|
notpassing1 = [augeasparser.AugeasDirectiveNode(name="notpassing",
|
|
@@ -357,10 +357,10 @@ class DualParserNodeTest(unittest.TestCase): # pylint: disable=too-many-public-
|
|
|
357
357
|
self.block.secondary.find_directives = find_dirs_secondary
|
|
358
358
|
|
|
359
359
|
directives = self.block.find_directives("anything")
|
|
360
|
+
assert len(directives) == 1
|
|
360
361
|
for directive in directives:
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
assert directive.primary is not directive.secondary
|
|
362
|
+
assert directive.primary == directive.secondary
|
|
363
|
+
assert directive.primary is not directive.secondary
|
|
364
364
|
|
|
365
365
|
def test_find_comments_no_pass_equal(self):
|
|
366
366
|
notpassing1 = [augeasparser.AugeasCommentNode(comment="notpassing",
|
|
@@ -377,10 +377,10 @@ class DualParserNodeTest(unittest.TestCase): # pylint: disable=too-many-public-
|
|
|
377
377
|
self.block.secondary.find_comments = find_coms_secondary
|
|
378
378
|
|
|
379
379
|
comments = self.block.find_comments("anything")
|
|
380
|
+
assert len(comments) == 1
|
|
380
381
|
for comment in comments:
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
assert comment.primary is not comment.secondary
|
|
382
|
+
assert comment.primary == comment.secondary
|
|
383
|
+
assert comment.primary is not comment.secondary
|
|
384
384
|
|
|
385
385
|
def test_find_blocks_no_pass_notequal(self):
|
|
386
386
|
notpassing1 = [augeasparser.AugeasBlockNode(name="notpassing",
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/http_01_test.py
RENAMED
|
@@ -5,7 +5,7 @@ from unittest import mock
|
|
|
5
5
|
|
|
6
6
|
import pytest
|
|
7
7
|
|
|
8
|
-
from acme import challenges
|
|
8
|
+
from acme import challenges, messages
|
|
9
9
|
from certbot import achallenges
|
|
10
10
|
from certbot import errors
|
|
11
11
|
from certbot.compat import filesystem
|
|
@@ -37,7 +37,8 @@ class ApacheHttp01Test(util.ApacheTest):
|
|
|
37
37
|
challb=acme_util.chall_to_challb(
|
|
38
38
|
challenges.HTTP01(token=((chr(ord('a') + i).encode() * 16))),
|
|
39
39
|
"pending"),
|
|
40
|
-
|
|
40
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value=self.vhosts[i].name),
|
|
41
|
+
account_key=self.account_key))
|
|
41
42
|
|
|
42
43
|
modules = ["ssl", "rewrite", "authz_core", "authz_host"]
|
|
43
44
|
for mod in modules:
|
|
@@ -50,6 +51,16 @@ class ApacheHttp01Test(util.ApacheTest):
|
|
|
50
51
|
def test_empty_perform(self):
|
|
51
52
|
assert len(self.http.perform()) == 0
|
|
52
53
|
|
|
54
|
+
def test_ip_address_perform(self):
|
|
55
|
+
self.http.achalls = [achallenges.KeyAuthorizationAnnotatedChallenge(
|
|
56
|
+
challb=acme_util.chall_to_challb(
|
|
57
|
+
challenges.HTTP01(token=((b'a' * 16))),
|
|
58
|
+
"pending"),
|
|
59
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_IP, value="127.0.0.1"),
|
|
60
|
+
account_key=self.account_key)]
|
|
61
|
+
with pytest.raises(errors.ConfigurationError):
|
|
62
|
+
self.http.perform()
|
|
63
|
+
|
|
53
64
|
@mock.patch("certbot_apache._internal.configurator.ApacheConfigurator.enable_mod")
|
|
54
65
|
def test_enable_modules_apache_2_4(self, mock_enmod):
|
|
55
66
|
del self.config.parser.modules["authz_core_module"]
|
|
@@ -83,12 +94,14 @@ class ApacheHttp01Test(util.ApacheTest):
|
|
|
83
94
|
challb=acme_util.chall_to_challb(
|
|
84
95
|
challenges.HTTP01(token=((b'a' * 16))),
|
|
85
96
|
"pending"),
|
|
86
|
-
|
|
97
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value=vhost.name),
|
|
98
|
+
account_key=self.account_key),
|
|
87
99
|
achallenges.KeyAuthorizationAnnotatedChallenge(
|
|
88
100
|
challb=acme_util.chall_to_challb(
|
|
89
101
|
challenges.HTTP01(token=((b'b' * 16))),
|
|
90
102
|
"pending"),
|
|
91
|
-
|
|
103
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value=next(iter(vhost.aliases))),
|
|
104
|
+
account_key=self.account_key)
|
|
92
105
|
]
|
|
93
106
|
self.common_perform_test(achalls, [vhost])
|
|
94
107
|
|
|
@@ -99,7 +112,8 @@ class ApacheHttp01Test(util.ApacheTest):
|
|
|
99
112
|
challb=acme_util.chall_to_challb(
|
|
100
113
|
challenges.HTTP01(token=((b'a' * 16))),
|
|
101
114
|
"pending"),
|
|
102
|
-
|
|
115
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value="something.nonexistent"),
|
|
116
|
+
account_key=self.account_key)]
|
|
103
117
|
self.common_perform_test(achalls, vhosts)
|
|
104
118
|
|
|
105
119
|
def test_configure_multiple_vhosts(self):
|
|
@@ -110,7 +124,8 @@ class ApacheHttp01Test(util.ApacheTest):
|
|
|
110
124
|
challb=acme_util.chall_to_challb(
|
|
111
125
|
challenges.HTTP01(token=((b'a' * 16))),
|
|
112
126
|
"pending"),
|
|
113
|
-
|
|
127
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value="duplicate.example.com"),
|
|
128
|
+
account_key=self.account_key)]
|
|
114
129
|
self.common_perform_test(achalls, vhosts)
|
|
115
130
|
|
|
116
131
|
def test_configure_name_and_blank(self):
|
|
@@ -121,7 +136,8 @@ class ApacheHttp01Test(util.ApacheTest):
|
|
|
121
136
|
challb=acme_util.chall_to_challb(
|
|
122
137
|
challenges.HTTP01(token=((b'a' * 16))),
|
|
123
138
|
"pending"),
|
|
124
|
-
|
|
139
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value=domain),
|
|
140
|
+
account_key=self.account_key),
|
|
125
141
|
]
|
|
126
142
|
self.common_perform_test(achalls, vhosts)
|
|
127
143
|
|
|
@@ -148,7 +164,8 @@ class ApacheHttp01Test(util.ApacheTest):
|
|
|
148
164
|
challb=acme_util.chall_to_challb(
|
|
149
165
|
challenges.HTTP01(token=((b'a' * 16))),
|
|
150
166
|
"pending"),
|
|
151
|
-
|
|
167
|
+
identifier=messages.Identifier(typ=messages.IDENTIFIER_FQDN, value="certbot.demo"),
|
|
168
|
+
account_key=self.account_key)]
|
|
152
169
|
vhosts[0].enabled = False
|
|
153
170
|
self.common_perform_test(achalls, vhosts)
|
|
154
171
|
matches = self.config.parser.find_dir(
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: certbot-apache
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.3.0
|
|
4
4
|
Summary: Apache plugin for Certbot
|
|
5
|
-
Author
|
|
5
|
+
Author: Certbot Project
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://github.com/certbot/certbot
|
|
8
8
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -25,8 +25,8 @@ Classifier: Topic :: Utilities
|
|
|
25
25
|
Requires-Python: >=3.10
|
|
26
26
|
Description-Content-Type: text/x-rst
|
|
27
27
|
License-File: LICENSE.txt
|
|
28
|
-
Requires-Dist: acme>=5.
|
|
29
|
-
Requires-Dist: certbot>=5.
|
|
28
|
+
Requires-Dist: acme>=5.3.0
|
|
29
|
+
Requires-Dist: certbot>=5.3.0
|
|
30
30
|
Requires-Dist: python-augeas
|
|
31
31
|
Provides-Extra: dev
|
|
32
32
|
Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/augeas_lens/httpd.aug
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_alpine.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_centos.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_darwin.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_debian.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_fedora.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/override_gentoo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/parsernode_util.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/augeasnode_test.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/autohsts_test.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/centos_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/conftest.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/debian_test.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/display_ops_test.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/entrypoint_test.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/fedora_test.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/gentoo_test.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/obj_test.py
RENAMED
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/parser_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache/_internal/tests/parsernode_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot_apache-5.2.2 → certbot_apache-5.3.0}/src/certbot_apache.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|