certbot-apache 2.7.4__tar.gz → 2.9.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-2.7.4/certbot_apache.egg-info → certbot-apache-2.9.0}/PKG-INFO +11 -4
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/apache_util.py +2 -2
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/entrypoint.py +2 -0
- certbot-apache-2.9.0/certbot_apache/_internal/override_alpine.py +19 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0/certbot_apache.egg-info}/PKG-INFO +11 -4
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache.egg-info/SOURCES.txt +1 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache.egg-info/requires.txt +2 -2
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/setup.py +3 -3
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/LICENSE.txt +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/MANIFEST.in +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/README.rst +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/__init__.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/__init__.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/apacheparser.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/assertions.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/augeas_lens/httpd.aug +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/augeasparser.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/configurator.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/constants.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/display_ops.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/dualparser.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/http_01.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/interfaces.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/obj.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/override_arch.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/override_centos.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/override_darwin.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/override_debian.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/override_fedora.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/override_gentoo.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/override_suse.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/override_void.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/parser.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/parsernode_util.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/__init__.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/augeasnode_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/autohsts_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/centos_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/complex_parsing_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/configurator_reverter_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/configurator_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/debian_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/display_ops_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/dualnode_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/entrypoint_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/fedora_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/gentoo_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/http_01_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/obj_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/parser_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/parsernode_configurator_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/parsernode_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/parsernode_util_test.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2 +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/util.py +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/py.typed +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache.egg-info/dependency_links.txt +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache.egg-info/entry_points.txt +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache.egg-info/top_level.txt +0 -0
- {certbot-apache-2.7.4 → certbot-apache-2.9.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: certbot-apache
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9.0
|
|
4
4
|
Summary: Apache plugin for Certbot
|
|
5
5
|
Home-page: https://github.com/certbot/certbot
|
|
6
6
|
Author: Certbot Project
|
|
@@ -13,18 +13,25 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
13
13
|
Classifier: Operating System :: POSIX :: Linux
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.8
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
21
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
22
22
|
Classifier: Topic :: Security
|
|
23
23
|
Classifier: Topic :: System :: Installation/Setup
|
|
24
24
|
Classifier: Topic :: System :: Networking
|
|
25
25
|
Classifier: Topic :: System :: Systems Administration
|
|
26
26
|
Classifier: Topic :: Utilities
|
|
27
|
-
Requires-Python: >=3.
|
|
27
|
+
Requires-Python: >=3.8
|
|
28
|
+
License-File: LICENSE.txt
|
|
29
|
+
Requires-Dist: acme>=2.9.0
|
|
30
|
+
Requires-Dist: certbot>=2.9.0
|
|
31
|
+
Requires-Dist: importlib_resources>=1.3.1; python_version < "3.9"
|
|
32
|
+
Requires-Dist: python-augeas
|
|
33
|
+
Requires-Dist: setuptools>=41.6.0
|
|
28
34
|
Provides-Extra: dev
|
|
35
|
+
Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
|
|
29
36
|
Provides-Extra: test
|
|
30
|
-
|
|
37
|
+
Requires-Dist: pytest; extra == "test"
|
|
@@ -257,6 +257,6 @@ def find_ssl_apache_conf(prefix: str) -> str:
|
|
|
257
257
|
"""
|
|
258
258
|
file_manager = ExitStack()
|
|
259
259
|
atexit.register(file_manager.close)
|
|
260
|
-
ref = importlib_resources.files("certbot_apache").joinpath(
|
|
261
|
-
|
|
260
|
+
ref = (importlib_resources.files("certbot_apache").joinpath("_internal")
|
|
261
|
+
.joinpath("tls_configs").joinpath("{0}-options-ssl-apache.conf".format(prefix)))
|
|
262
262
|
return str(file_manager.enter_context(importlib_resources.as_file(ref)))
|
|
@@ -4,6 +4,7 @@ from typing import Type
|
|
|
4
4
|
|
|
5
5
|
from certbot import util
|
|
6
6
|
from certbot_apache._internal import configurator
|
|
7
|
+
from certbot_apache._internal import override_alpine
|
|
7
8
|
from certbot_apache._internal import override_arch
|
|
8
9
|
from certbot_apache._internal import override_centos
|
|
9
10
|
from certbot_apache._internal import override_darwin
|
|
@@ -14,6 +15,7 @@ from certbot_apache._internal import override_suse
|
|
|
14
15
|
from certbot_apache._internal import override_void
|
|
15
16
|
|
|
16
17
|
OVERRIDE_CLASSES: Dict[str, Type[configurator.ApacheConfigurator]] = {
|
|
18
|
+
"alpine": override_alpine.AlpineConfigurator,
|
|
17
19
|
"arch": override_arch.ArchConfigurator,
|
|
18
20
|
"cloudlinux": override_centos.CentOSConfigurator,
|
|
19
21
|
"darwin": override_darwin.DarwinConfigurator,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
""" Distribution specific override class for Alpine Linux """
|
|
2
|
+
from certbot_apache._internal import configurator
|
|
3
|
+
from certbot_apache._internal.configurator import OsOptions
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class AlpineConfigurator(configurator.ApacheConfigurator):
|
|
7
|
+
"""Alpine Linux specific ApacheConfigurator override class"""
|
|
8
|
+
|
|
9
|
+
OS_DEFAULTS = OsOptions(
|
|
10
|
+
server_root="/etc/apache2",
|
|
11
|
+
vhost_root="/etc/apache2/conf.d",
|
|
12
|
+
vhost_files="*.conf",
|
|
13
|
+
logs_root="/var/log/apache2",
|
|
14
|
+
ctl="apachectl",
|
|
15
|
+
version_cmd=['apachectl', '-v'],
|
|
16
|
+
restart_cmd=['apachectl', 'graceful'],
|
|
17
|
+
conftest_cmd=['apachectl', 'configtest'],
|
|
18
|
+
challenge_location="/etc/apache2/conf.d",
|
|
19
|
+
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: certbot-apache
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.9.0
|
|
4
4
|
Summary: Apache plugin for Certbot
|
|
5
5
|
Home-page: https://github.com/certbot/certbot
|
|
6
6
|
Author: Certbot Project
|
|
@@ -13,18 +13,25 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
13
13
|
Classifier: Operating System :: POSIX :: Linux
|
|
14
14
|
Classifier: Programming Language :: Python
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.8
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.9
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
21
|
Classifier: Topic :: Internet :: WWW/HTTP
|
|
22
22
|
Classifier: Topic :: Security
|
|
23
23
|
Classifier: Topic :: System :: Installation/Setup
|
|
24
24
|
Classifier: Topic :: System :: Networking
|
|
25
25
|
Classifier: Topic :: System :: Systems Administration
|
|
26
26
|
Classifier: Topic :: Utilities
|
|
27
|
-
Requires-Python: >=3.
|
|
27
|
+
Requires-Python: >=3.8
|
|
28
|
+
License-File: LICENSE.txt
|
|
29
|
+
Requires-Dist: acme>=2.9.0
|
|
30
|
+
Requires-Dist: certbot>=2.9.0
|
|
31
|
+
Requires-Dist: importlib_resources>=1.3.1; python_version < "3.9"
|
|
32
|
+
Requires-Dist: python-augeas
|
|
33
|
+
Requires-Dist: setuptools>=41.6.0
|
|
28
34
|
Provides-Extra: dev
|
|
35
|
+
Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
|
|
29
36
|
Provides-Extra: test
|
|
30
|
-
|
|
37
|
+
Requires-Dist: pytest; extra == "test"
|
|
@@ -23,6 +23,7 @@ certbot_apache/_internal/entrypoint.py
|
|
|
23
23
|
certbot_apache/_internal/http_01.py
|
|
24
24
|
certbot_apache/_internal/interfaces.py
|
|
25
25
|
certbot_apache/_internal/obj.py
|
|
26
|
+
certbot_apache/_internal/override_alpine.py
|
|
26
27
|
certbot_apache/_internal/override_arch.py
|
|
27
28
|
certbot_apache/_internal/override_centos.py
|
|
28
29
|
certbot_apache/_internal/override_darwin.py
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from setuptools import find_packages
|
|
2
2
|
from setuptools import setup
|
|
3
3
|
|
|
4
|
-
version = '2.
|
|
4
|
+
version = '2.9.0'
|
|
5
5
|
|
|
6
6
|
install_requires = [
|
|
7
7
|
# We specify the minimum acme and certbot version as the current plugin
|
|
@@ -30,7 +30,7 @@ setup(
|
|
|
30
30
|
author="Certbot Project",
|
|
31
31
|
author_email='certbot-dev@eff.org',
|
|
32
32
|
license='Apache License 2.0',
|
|
33
|
-
python_requires='>=3.
|
|
33
|
+
python_requires='>=3.8',
|
|
34
34
|
classifiers=[
|
|
35
35
|
'Development Status :: 5 - Production/Stable',
|
|
36
36
|
'Environment :: Plugins',
|
|
@@ -39,11 +39,11 @@ setup(
|
|
|
39
39
|
'Operating System :: POSIX :: Linux',
|
|
40
40
|
'Programming Language :: Python',
|
|
41
41
|
'Programming Language :: Python :: 3',
|
|
42
|
-
'Programming Language :: Python :: 3.7',
|
|
43
42
|
'Programming Language :: Python :: 3.8',
|
|
44
43
|
'Programming Language :: Python :: 3.9',
|
|
45
44
|
'Programming Language :: Python :: 3.10',
|
|
46
45
|
'Programming Language :: Python :: 3.11',
|
|
46
|
+
'Programming Language :: Python :: 3.12',
|
|
47
47
|
'Topic :: Internet :: WWW/HTTP',
|
|
48
48
|
'Topic :: Security',
|
|
49
49
|
'Topic :: System :: Installation/Setup',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/augeasnode_test.py
RENAMED
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/autohsts_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/complex_parsing_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/configurator_test.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/display_ops_test.py
RENAMED
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/dualnode_test.py
RENAMED
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/entrypoint_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/http_01_test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/parsernode_test.py
RENAMED
|
File without changes
|
{certbot-apache-2.7.4 → certbot-apache-2.9.0}/certbot_apache/_internal/tests/parsernode_util_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
|
|
File without changes
|
|
File without changes
|