certbot-apache 4.1.0__tar.gz → 4.2.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-4.1.0/src/certbot_apache.egg-info → certbot_apache-4.2.0}/PKG-INFO +3 -3
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/setup.py +1 -1
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/augeas_lens/httpd.aug +1 -1
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/configurator.py +4 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/constants.py +1 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/parser.py +1 -1
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/configurator_test.py +1 -1
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf +1 -1
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf +1 -1
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2 +1 -1
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf +4 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0/src/certbot_apache.egg-info}/PKG-INFO +3 -3
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache.egg-info/requires.txt +2 -2
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/LICENSE.txt +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/MANIFEST.in +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/README.rst +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/setup.cfg +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/__init__.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/__init__.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/apache_util.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/apacheparser.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/assertions.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/augeasparser.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/display_ops.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/dualparser.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/entrypoint.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/http_01.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/interfaces.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/obj.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_alpine.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_arch.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_centos.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_darwin.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_debian.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_fedora.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_gentoo.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_suse.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_void.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/parsernode_util.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/__init__.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/augeasnode_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/autohsts_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/centos_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/complex_parsing_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/configurator_reverter_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/debian_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/display_ops_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/dualnode_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/entrypoint_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/fedora_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/gentoo_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/http_01_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/obj_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/parser_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/parsernode_configurator_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/parsernode_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/parsernode_util_test.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.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-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.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-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.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-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.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-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.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-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.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-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.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-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.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-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/util.py +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/py.typed +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache.egg-info/SOURCES.txt +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache.egg-info/dependency_links.txt +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache.egg-info/entry_points.txt +0 -0
- {certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: certbot-apache
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.2.0
|
|
4
4
|
Summary: Apache plugin for Certbot
|
|
5
5
|
Home-page: https://github.com/certbot/certbot
|
|
6
6
|
Author: Certbot Project
|
|
@@ -26,8 +26,8 @@ Classifier: Topic :: System :: Systems Administration
|
|
|
26
26
|
Classifier: Topic :: Utilities
|
|
27
27
|
Requires-Python: >=3.9.2
|
|
28
28
|
License-File: LICENSE.txt
|
|
29
|
-
Requires-Dist: acme>=4.
|
|
30
|
-
Requires-Dist: certbot>=4.
|
|
29
|
+
Requires-Dist: acme>=4.2.0
|
|
30
|
+
Requires-Dist: certbot>=4.2.0
|
|
31
31
|
Requires-Dist: python-augeas
|
|
32
32
|
Provides-Extra: dev
|
|
33
33
|
Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/augeas_lens/httpd.aug
RENAMED
|
@@ -157,7 +157,7 @@ let argv (l:lens) = l . (sep_spc . l)*
|
|
|
157
157
|
* not need to have space between them, but bare arguments do.
|
|
158
158
|
*
|
|
159
159
|
* Apache apparently is also happy if the last argument starts with a double
|
|
160
|
-
* quote, but has no corresponding closing
|
|
160
|
+
* quote, but has no corresponding closing double quote, which is what
|
|
161
161
|
* arg_dir_msg handles
|
|
162
162
|
*)
|
|
163
163
|
let dir_args =
|
|
@@ -166,6 +166,10 @@ class ApacheConfigurator(common.Configurator):
|
|
|
166
166
|
openssl_version = self.openssl_version(warn_on_no_mod_ssl)
|
|
167
167
|
if self.version < (2, 4, 11) or not openssl_version or \
|
|
168
168
|
util.parse_loose_version(openssl_version) < min_openssl_version:
|
|
169
|
+
logger.warning('Certbot has detected that apache version < 2.4.11 or compiled against '
|
|
170
|
+
'openssl < 1.0.2l. Since these are deprecated, the configuration file being '
|
|
171
|
+
'installed at %s will not receive future updates. To get the latest configuration '
|
|
172
|
+
'version, update apache.', self.mod_ssl_conf)
|
|
169
173
|
return apache_util.find_ssl_apache_conf("old")
|
|
170
174
|
return apache_util.find_ssl_apache_conf("current")
|
|
171
175
|
|
|
@@ -34,6 +34,7 @@ ALL_SSL_OPTIONS_HASHES: List[str] = [
|
|
|
34
34
|
'34783b9e2210f5c4a23bced2dfd7ec289834716673354ed7c7abf69fe30192a3',
|
|
35
35
|
'61466bc2f98a623c02be8a5ee916ead1655b0ce883bdc936692076ea499ff5ce',
|
|
36
36
|
'3fd812e3e87fe5c645d3682a511b2a06c8286f19594f28e280f17cd6af1301b5',
|
|
37
|
+
'27155797e160fe43b6951354a0a0ca4d829e9e605b3b41fc223c20bf2f6cb3c6',
|
|
37
38
|
]
|
|
38
39
|
"""SHA256 hashes of the contents of previous versions of all versions of MOD_SSL_CONF_SRC"""
|
|
39
40
|
|
|
@@ -418,7 +418,7 @@ class ApacheParser:
|
|
|
418
418
|
def add_dir(
|
|
419
419
|
self, aug_conf_path: Optional[str], directive: Optional[str], args: Union[List[str], str]
|
|
420
420
|
) -> None:
|
|
421
|
-
"""Appends directive to the end
|
|
421
|
+
"""Appends directive to the end of the file given by aug_conf_path.
|
|
422
422
|
|
|
423
423
|
.. note:: Not added to AugeasConfigurator because it may depend
|
|
424
424
|
on the lens
|
|
@@ -1091,7 +1091,7 @@ class MultipleVhostsTest(util.ApacheTest):
|
|
|
1091
1091
|
# pylint: disable=protected-access
|
|
1092
1092
|
http_vhost = self.config._get_http_vhost(ssl_vhost)
|
|
1093
1093
|
|
|
1094
|
-
# Create an old (previously
|
|
1094
|
+
# Create an old (previously supported) https redirectoin rewrite rule
|
|
1095
1095
|
self.config.parser.add_dir(
|
|
1096
1096
|
http_vhost.path, "RewriteRule",
|
|
1097
1097
|
["^",
|
|
@@ -110,7 +110,7 @@ SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!SEED:!IDEA
|
|
|
110
110
|
# certificate chain for the server certificate. Alternatively
|
|
111
111
|
# the referenced file can be the same as SSLCertificateFile
|
|
112
112
|
# when the CA certificates are directly appended to the server
|
|
113
|
-
# certificate for
|
|
113
|
+
# certificate for convenience.
|
|
114
114
|
#SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt
|
|
115
115
|
|
|
116
116
|
# Certificate Authority (CA):
|
|
@@ -58,7 +58,7 @@ Listen 443
|
|
|
58
58
|
# PEM encoded CA certificates which form the certificate chain for the
|
|
59
59
|
# server certificate. Alternatively the referenced file can be the same as
|
|
60
60
|
# SSLCertificateFile when the CA certificates are directly appended to the
|
|
61
|
-
# server certificate for
|
|
61
|
+
# server certificate for convenience.
|
|
62
62
|
#SSLCertificateChainFile /etc/ssl/apache2/ca.crt
|
|
63
63
|
|
|
64
64
|
## Certificate Authority (CA):
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
#
|
|
27
27
|
# The following two options provide the default virtual host for the HTTP and
|
|
28
28
|
# HTTPS protocol. YOU NEED TO ENABLE AT LEAST ONE OF THEM, otherwise apache
|
|
29
|
-
# will not listen for
|
|
29
|
+
# will not listen for incoming connections on the appropriate port.
|
|
30
30
|
#
|
|
31
31
|
# DEFAULT_VHOST Enables name-based virtual hosts, with the default
|
|
32
32
|
# virtual host being in /var/www/localhost/htdocs
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
# updates. Instead, Certbot will print and log an error message with a path to
|
|
4
4
|
# the up-to-date file that you will need to refer to when manually updating
|
|
5
5
|
# this file. Contents are based on https://ssl-config.mozilla.org
|
|
6
|
+
#
|
|
7
|
+
# This file is installed when apache < 2.4.11 or compiled against openssl < 1.0.2l. Since these
|
|
8
|
+
# are deprecated, it is no longer receiving updates. To get the latest configuration
|
|
9
|
+
# version, update apache.
|
|
6
10
|
|
|
7
11
|
SSLEngine on
|
|
8
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: certbot-apache
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.2.0
|
|
4
4
|
Summary: Apache plugin for Certbot
|
|
5
5
|
Home-page: https://github.com/certbot/certbot
|
|
6
6
|
Author: Certbot Project
|
|
@@ -26,8 +26,8 @@ Classifier: Topic :: System :: Systems Administration
|
|
|
26
26
|
Classifier: Topic :: Utilities
|
|
27
27
|
Requires-Python: >=3.9.2
|
|
28
28
|
License-File: LICENSE.txt
|
|
29
|
-
Requires-Dist: acme>=4.
|
|
30
|
-
Requires-Dist: certbot>=4.
|
|
29
|
+
Requires-Dist: acme>=4.2.0
|
|
30
|
+
Requires-Dist: certbot>=4.2.0
|
|
31
31
|
Requires-Dist: python-augeas
|
|
32
32
|
Provides-Extra: dev
|
|
33
33
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_alpine.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_centos.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_darwin.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_debian.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_fedora.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/override_gentoo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/parsernode_util.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/__init__.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/augeasnode_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/autohsts_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/centos_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/debian_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/display_ops_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/dualnode_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/entrypoint_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/fedora_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/gentoo_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/http_01_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/obj_test.py
RENAMED
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache/_internal/tests/parser_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot_apache-4.1.0 → certbot_apache-4.2.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
|
{certbot_apache-4.1.0 → certbot_apache-4.2.0}/src/certbot_apache.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|