certbot-apache 3.3.0__tar.gz → 4.1.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/MANIFEST.in +8 -0
- {certbot_apache-3.3.0/certbot_apache.egg-info → certbot_apache-4.1.0}/PKG-INFO +6 -5
- {certbot_apache-3.3.0 → certbot_apache-4.1.0}/setup.py +4 -3
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/http_01_test.py +1 -1
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src/certbot_apache.egg-info}/PKG-INFO +6 -5
- certbot_apache-4.1.0/src/certbot_apache.egg-info/SOURCES.txt +199 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache.egg-info/requires.txt +2 -2
- certbot_apache-3.3.0/MANIFEST.in +0 -8
- certbot_apache-3.3.0/certbot_apache.egg-info/SOURCES.txt +0 -199
- {certbot_apache-3.3.0 → certbot_apache-4.1.0}/LICENSE.txt +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0}/README.rst +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0}/setup.cfg +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/__init__.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/__init__.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/apache_util.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/apacheparser.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/assertions.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/augeas_lens/httpd.aug +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/augeasparser.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/configurator.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/constants.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/display_ops.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/dualparser.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/entrypoint.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/http_01.py +1 -1
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/interfaces.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/obj.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_alpine.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_arch.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_centos.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_darwin.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_debian.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_fedora.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_gentoo.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_suse.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_void.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/parser.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/parsernode_util.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/__init__.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/augeasnode_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/autohsts_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/centos_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/complex_parsing_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/configurator_reverter_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/configurator_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/debian_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/display_ops_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/dualnode_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/entrypoint_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/fedora_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/gentoo_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/obj_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/parser_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/parsernode_configurator_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/parsernode_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/parsernode_util_test.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.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-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.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-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.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-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.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-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.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-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.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-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.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-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.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-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2 +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/util.py +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/py.typed +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache.egg-info/dependency_links.txt +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache.egg-info/entry_points.txt +0 -0
- {certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
include LICENSE.txt
|
|
2
|
+
include README.rst
|
|
3
|
+
recursive-include src/certbot_apache/_internal/augeas_lens *.aug
|
|
4
|
+
recursive-include src/certbot_apache/_internal/tls_configs *.conf
|
|
5
|
+
recursive-include src/certbot_apache/_internal/tests/testdata *
|
|
6
|
+
include src/certbot_apache/py.typed
|
|
7
|
+
global-exclude __pycache__
|
|
8
|
+
global-exclude *.py[cod]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: certbot-apache
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.1.0
|
|
4
4
|
Summary: Apache plugin for Certbot
|
|
5
5
|
Home-page: https://github.com/certbot/certbot
|
|
6
6
|
Author: Certbot Project
|
|
@@ -24,10 +24,10 @@ 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.9
|
|
27
|
+
Requires-Python: >=3.9.2
|
|
28
28
|
License-File: LICENSE.txt
|
|
29
|
-
Requires-Dist: acme>=
|
|
30
|
-
Requires-Dist: certbot>=
|
|
29
|
+
Requires-Dist: acme>=4.1.0
|
|
30
|
+
Requires-Dist: certbot>=4.1.0
|
|
31
31
|
Requires-Dist: python-augeas
|
|
32
32
|
Provides-Extra: dev
|
|
33
33
|
Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
|
|
@@ -38,6 +38,7 @@ Dynamic: author-email
|
|
|
38
38
|
Dynamic: classifier
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: license
|
|
41
|
+
Dynamic: license-file
|
|
41
42
|
Dynamic: provides-extra
|
|
42
43
|
Dynamic: requires-dist
|
|
43
44
|
Dynamic: requires-python
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from setuptools import find_packages
|
|
2
2
|
from setuptools import setup
|
|
3
3
|
|
|
4
|
-
version = '
|
|
4
|
+
version = '4.1.0'
|
|
5
5
|
|
|
6
6
|
install_requires = [
|
|
7
7
|
# We specify the minimum acme and certbot version as the current plugin
|
|
@@ -28,7 +28,7 @@ setup(
|
|
|
28
28
|
author="Certbot Project",
|
|
29
29
|
author_email='certbot-dev@eff.org',
|
|
30
30
|
license='Apache License 2.0',
|
|
31
|
-
python_requires='>=3.9',
|
|
31
|
+
python_requires='>=3.9.2',
|
|
32
32
|
classifiers=[
|
|
33
33
|
'Development Status :: 5 - Production/Stable',
|
|
34
34
|
'Environment :: Plugins',
|
|
@@ -50,7 +50,8 @@ setup(
|
|
|
50
50
|
'Topic :: Utilities',
|
|
51
51
|
],
|
|
52
52
|
|
|
53
|
-
packages=find_packages(),
|
|
53
|
+
packages=find_packages(where='src'),
|
|
54
|
+
package_dir={'': 'src'},
|
|
54
55
|
include_package_data=True,
|
|
55
56
|
install_requires=install_requires,
|
|
56
57
|
extras_require={
|
{certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/tests/http_01_test.py
RENAMED
|
@@ -209,7 +209,7 @@ class ApacheHttp01Test(util.ApacheTest):
|
|
|
209
209
|
with open(self.http.challenge_conf_post) as f:
|
|
210
210
|
post_conf_contents = f.read()
|
|
211
211
|
|
|
212
|
-
assert "RewriteEngine on" in
|
|
212
|
+
assert "RewriteEngine on" in post_conf_contents
|
|
213
213
|
assert "RewriteRule" in pre_conf_contents
|
|
214
214
|
|
|
215
215
|
assert self.http.challenge_dir in post_conf_contents
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: certbot-apache
|
|
3
|
-
Version:
|
|
3
|
+
Version: 4.1.0
|
|
4
4
|
Summary: Apache plugin for Certbot
|
|
5
5
|
Home-page: https://github.com/certbot/certbot
|
|
6
6
|
Author: Certbot Project
|
|
@@ -24,10 +24,10 @@ 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.9
|
|
27
|
+
Requires-Python: >=3.9.2
|
|
28
28
|
License-File: LICENSE.txt
|
|
29
|
-
Requires-Dist: acme>=
|
|
30
|
-
Requires-Dist: certbot>=
|
|
29
|
+
Requires-Dist: acme>=4.1.0
|
|
30
|
+
Requires-Dist: certbot>=4.1.0
|
|
31
31
|
Requires-Dist: python-augeas
|
|
32
32
|
Provides-Extra: dev
|
|
33
33
|
Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
|
|
@@ -38,6 +38,7 @@ Dynamic: author-email
|
|
|
38
38
|
Dynamic: classifier
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: license
|
|
41
|
+
Dynamic: license-file
|
|
41
42
|
Dynamic: provides-extra
|
|
42
43
|
Dynamic: requires-dist
|
|
43
44
|
Dynamic: requires-python
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
LICENSE.txt
|
|
2
|
+
MANIFEST.in
|
|
3
|
+
README.rst
|
|
4
|
+
setup.py
|
|
5
|
+
src/certbot_apache/__init__.py
|
|
6
|
+
src/certbot_apache/py.typed
|
|
7
|
+
src/certbot_apache.egg-info/PKG-INFO
|
|
8
|
+
src/certbot_apache.egg-info/SOURCES.txt
|
|
9
|
+
src/certbot_apache.egg-info/dependency_links.txt
|
|
10
|
+
src/certbot_apache.egg-info/entry_points.txt
|
|
11
|
+
src/certbot_apache.egg-info/requires.txt
|
|
12
|
+
src/certbot_apache.egg-info/top_level.txt
|
|
13
|
+
src/certbot_apache/_internal/__init__.py
|
|
14
|
+
src/certbot_apache/_internal/apache_util.py
|
|
15
|
+
src/certbot_apache/_internal/apacheparser.py
|
|
16
|
+
src/certbot_apache/_internal/assertions.py
|
|
17
|
+
src/certbot_apache/_internal/augeasparser.py
|
|
18
|
+
src/certbot_apache/_internal/configurator.py
|
|
19
|
+
src/certbot_apache/_internal/constants.py
|
|
20
|
+
src/certbot_apache/_internal/display_ops.py
|
|
21
|
+
src/certbot_apache/_internal/dualparser.py
|
|
22
|
+
src/certbot_apache/_internal/entrypoint.py
|
|
23
|
+
src/certbot_apache/_internal/http_01.py
|
|
24
|
+
src/certbot_apache/_internal/interfaces.py
|
|
25
|
+
src/certbot_apache/_internal/obj.py
|
|
26
|
+
src/certbot_apache/_internal/override_alpine.py
|
|
27
|
+
src/certbot_apache/_internal/override_arch.py
|
|
28
|
+
src/certbot_apache/_internal/override_centos.py
|
|
29
|
+
src/certbot_apache/_internal/override_darwin.py
|
|
30
|
+
src/certbot_apache/_internal/override_debian.py
|
|
31
|
+
src/certbot_apache/_internal/override_fedora.py
|
|
32
|
+
src/certbot_apache/_internal/override_gentoo.py
|
|
33
|
+
src/certbot_apache/_internal/override_suse.py
|
|
34
|
+
src/certbot_apache/_internal/override_void.py
|
|
35
|
+
src/certbot_apache/_internal/parser.py
|
|
36
|
+
src/certbot_apache/_internal/parsernode_util.py
|
|
37
|
+
src/certbot_apache/_internal/augeas_lens/httpd.aug
|
|
38
|
+
src/certbot_apache/_internal/tests/__init__.py
|
|
39
|
+
src/certbot_apache/_internal/tests/augeasnode_test.py
|
|
40
|
+
src/certbot_apache/_internal/tests/autohsts_test.py
|
|
41
|
+
src/certbot_apache/_internal/tests/centos_test.py
|
|
42
|
+
src/certbot_apache/_internal/tests/complex_parsing_test.py
|
|
43
|
+
src/certbot_apache/_internal/tests/configurator_reverter_test.py
|
|
44
|
+
src/certbot_apache/_internal/tests/configurator_test.py
|
|
45
|
+
src/certbot_apache/_internal/tests/debian_test.py
|
|
46
|
+
src/certbot_apache/_internal/tests/display_ops_test.py
|
|
47
|
+
src/certbot_apache/_internal/tests/dualnode_test.py
|
|
48
|
+
src/certbot_apache/_internal/tests/entrypoint_test.py
|
|
49
|
+
src/certbot_apache/_internal/tests/fedora_test.py
|
|
50
|
+
src/certbot_apache/_internal/tests/gentoo_test.py
|
|
51
|
+
src/certbot_apache/_internal/tests/http_01_test.py
|
|
52
|
+
src/certbot_apache/_internal/tests/obj_test.py
|
|
53
|
+
src/certbot_apache/_internal/tests/parser_test.py
|
|
54
|
+
src/certbot_apache/_internal/tests/parsernode_configurator_test.py
|
|
55
|
+
src/certbot_apache/_internal/tests/parsernode_test.py
|
|
56
|
+
src/certbot_apache/_internal/tests/parsernode_util_test.py
|
|
57
|
+
src/certbot_apache/_internal/tests/util.py
|
|
58
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites
|
|
59
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf
|
|
60
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic
|
|
61
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README
|
|
62
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf
|
|
63
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf
|
|
64
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf
|
|
65
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf
|
|
66
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf
|
|
67
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf
|
|
68
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf
|
|
69
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf
|
|
70
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf
|
|
71
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf
|
|
72
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf
|
|
73
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf
|
|
74
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf
|
|
75
|
+
src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd
|
|
76
|
+
src/certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf
|
|
77
|
+
src/certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf
|
|
78
|
+
src/certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf
|
|
79
|
+
src/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf
|
|
80
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites
|
|
81
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf
|
|
82
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars
|
|
83
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf
|
|
84
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf
|
|
85
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf
|
|
86
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf
|
|
87
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf
|
|
88
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf
|
|
89
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf
|
|
90
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf
|
|
91
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load
|
|
92
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load
|
|
93
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf
|
|
94
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load
|
|
95
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load
|
|
96
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf
|
|
97
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load
|
|
98
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load
|
|
99
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load
|
|
100
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf
|
|
101
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load
|
|
102
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf
|
|
103
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf
|
|
104
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf
|
|
105
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf
|
|
106
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf
|
|
107
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf
|
|
108
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites
|
|
109
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf
|
|
110
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars
|
|
111
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf
|
|
112
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf
|
|
113
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf
|
|
114
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf
|
|
115
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf
|
|
116
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf
|
|
117
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf
|
|
118
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf
|
|
119
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load
|
|
120
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf
|
|
121
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf
|
|
122
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf
|
|
123
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf
|
|
124
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars
|
|
125
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf
|
|
126
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf
|
|
127
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf
|
|
128
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf
|
|
129
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf
|
|
130
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites
|
|
131
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf
|
|
132
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars
|
|
133
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf
|
|
134
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf
|
|
135
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf
|
|
136
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf
|
|
137
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf
|
|
138
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf
|
|
139
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf
|
|
140
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf
|
|
141
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load
|
|
142
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load
|
|
143
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf
|
|
144
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load
|
|
145
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load
|
|
146
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf
|
|
147
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load
|
|
148
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load
|
|
149
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load
|
|
150
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf
|
|
151
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load
|
|
152
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf
|
|
153
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf
|
|
154
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf
|
|
155
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf
|
|
156
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf
|
|
157
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf
|
|
158
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf
|
|
159
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf
|
|
160
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf
|
|
161
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf
|
|
162
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf
|
|
163
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf
|
|
164
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf
|
|
165
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf
|
|
166
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf
|
|
167
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf
|
|
168
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf
|
|
169
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf
|
|
170
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf
|
|
171
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf
|
|
172
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf
|
|
173
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf
|
|
174
|
+
src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf
|
|
175
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites
|
|
176
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf
|
|
177
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic
|
|
178
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf
|
|
179
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf
|
|
180
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf
|
|
181
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf
|
|
182
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf
|
|
183
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf
|
|
184
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf
|
|
185
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf
|
|
186
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf
|
|
187
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf
|
|
188
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf
|
|
189
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf
|
|
190
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf
|
|
191
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf
|
|
192
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf
|
|
193
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf
|
|
194
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf
|
|
195
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include
|
|
196
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf
|
|
197
|
+
src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2
|
|
198
|
+
src/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
|
|
199
|
+
src/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
|
certbot_apache-3.3.0/MANIFEST.in
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
include LICENSE.txt
|
|
2
|
-
include README.rst
|
|
3
|
-
recursive-include certbot_apache/_internal/augeas_lens *.aug
|
|
4
|
-
recursive-include certbot_apache/_internal/tls_configs *.conf
|
|
5
|
-
recursive-include certbot_apache/_internal/tests/testdata *
|
|
6
|
-
include certbot_apache/py.typed
|
|
7
|
-
global-exclude __pycache__
|
|
8
|
-
global-exclude *.py[cod]
|
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
LICENSE.txt
|
|
2
|
-
MANIFEST.in
|
|
3
|
-
README.rst
|
|
4
|
-
setup.py
|
|
5
|
-
certbot_apache/__init__.py
|
|
6
|
-
certbot_apache/py.typed
|
|
7
|
-
certbot_apache.egg-info/PKG-INFO
|
|
8
|
-
certbot_apache.egg-info/SOURCES.txt
|
|
9
|
-
certbot_apache.egg-info/dependency_links.txt
|
|
10
|
-
certbot_apache.egg-info/entry_points.txt
|
|
11
|
-
certbot_apache.egg-info/requires.txt
|
|
12
|
-
certbot_apache.egg-info/top_level.txt
|
|
13
|
-
certbot_apache/_internal/__init__.py
|
|
14
|
-
certbot_apache/_internal/apache_util.py
|
|
15
|
-
certbot_apache/_internal/apacheparser.py
|
|
16
|
-
certbot_apache/_internal/assertions.py
|
|
17
|
-
certbot_apache/_internal/augeasparser.py
|
|
18
|
-
certbot_apache/_internal/configurator.py
|
|
19
|
-
certbot_apache/_internal/constants.py
|
|
20
|
-
certbot_apache/_internal/display_ops.py
|
|
21
|
-
certbot_apache/_internal/dualparser.py
|
|
22
|
-
certbot_apache/_internal/entrypoint.py
|
|
23
|
-
certbot_apache/_internal/http_01.py
|
|
24
|
-
certbot_apache/_internal/interfaces.py
|
|
25
|
-
certbot_apache/_internal/obj.py
|
|
26
|
-
certbot_apache/_internal/override_alpine.py
|
|
27
|
-
certbot_apache/_internal/override_arch.py
|
|
28
|
-
certbot_apache/_internal/override_centos.py
|
|
29
|
-
certbot_apache/_internal/override_darwin.py
|
|
30
|
-
certbot_apache/_internal/override_debian.py
|
|
31
|
-
certbot_apache/_internal/override_fedora.py
|
|
32
|
-
certbot_apache/_internal/override_gentoo.py
|
|
33
|
-
certbot_apache/_internal/override_suse.py
|
|
34
|
-
certbot_apache/_internal/override_void.py
|
|
35
|
-
certbot_apache/_internal/parser.py
|
|
36
|
-
certbot_apache/_internal/parsernode_util.py
|
|
37
|
-
certbot_apache/_internal/augeas_lens/httpd.aug
|
|
38
|
-
certbot_apache/_internal/tests/__init__.py
|
|
39
|
-
certbot_apache/_internal/tests/augeasnode_test.py
|
|
40
|
-
certbot_apache/_internal/tests/autohsts_test.py
|
|
41
|
-
certbot_apache/_internal/tests/centos_test.py
|
|
42
|
-
certbot_apache/_internal/tests/complex_parsing_test.py
|
|
43
|
-
certbot_apache/_internal/tests/configurator_reverter_test.py
|
|
44
|
-
certbot_apache/_internal/tests/configurator_test.py
|
|
45
|
-
certbot_apache/_internal/tests/debian_test.py
|
|
46
|
-
certbot_apache/_internal/tests/display_ops_test.py
|
|
47
|
-
certbot_apache/_internal/tests/dualnode_test.py
|
|
48
|
-
certbot_apache/_internal/tests/entrypoint_test.py
|
|
49
|
-
certbot_apache/_internal/tests/fedora_test.py
|
|
50
|
-
certbot_apache/_internal/tests/gentoo_test.py
|
|
51
|
-
certbot_apache/_internal/tests/http_01_test.py
|
|
52
|
-
certbot_apache/_internal/tests/obj_test.py
|
|
53
|
-
certbot_apache/_internal/tests/parser_test.py
|
|
54
|
-
certbot_apache/_internal/tests/parsernode_configurator_test.py
|
|
55
|
-
certbot_apache/_internal/tests/parsernode_test.py
|
|
56
|
-
certbot_apache/_internal/tests/parsernode_util_test.py
|
|
57
|
-
certbot_apache/_internal/tests/util.py
|
|
58
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites
|
|
59
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf
|
|
60
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic
|
|
61
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README
|
|
62
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf
|
|
63
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf
|
|
64
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf
|
|
65
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf
|
|
66
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf
|
|
67
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf
|
|
68
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf
|
|
69
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf
|
|
70
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf
|
|
71
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf
|
|
72
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf
|
|
73
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf
|
|
74
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf
|
|
75
|
-
certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd
|
|
76
|
-
certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf
|
|
77
|
-
certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf
|
|
78
|
-
certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf
|
|
79
|
-
certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf
|
|
80
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites
|
|
81
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf
|
|
82
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars
|
|
83
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf
|
|
84
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf
|
|
85
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf
|
|
86
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf
|
|
87
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf
|
|
88
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf
|
|
89
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf
|
|
90
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf
|
|
91
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load
|
|
92
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load
|
|
93
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf
|
|
94
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load
|
|
95
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load
|
|
96
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf
|
|
97
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load
|
|
98
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load
|
|
99
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load
|
|
100
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf
|
|
101
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load
|
|
102
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf
|
|
103
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf
|
|
104
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf
|
|
105
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf
|
|
106
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf
|
|
107
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf
|
|
108
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites
|
|
109
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf
|
|
110
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars
|
|
111
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf
|
|
112
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf
|
|
113
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf
|
|
114
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf
|
|
115
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf
|
|
116
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf
|
|
117
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf
|
|
118
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf
|
|
119
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load
|
|
120
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf
|
|
121
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf
|
|
122
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf
|
|
123
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf
|
|
124
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars
|
|
125
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf
|
|
126
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf
|
|
127
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf
|
|
128
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf
|
|
129
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf
|
|
130
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites
|
|
131
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf
|
|
132
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars
|
|
133
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf
|
|
134
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf
|
|
135
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf
|
|
136
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf
|
|
137
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf
|
|
138
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf
|
|
139
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf
|
|
140
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf
|
|
141
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load
|
|
142
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load
|
|
143
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf
|
|
144
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load
|
|
145
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load
|
|
146
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf
|
|
147
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load
|
|
148
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load
|
|
149
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load
|
|
150
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf
|
|
151
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load
|
|
152
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf
|
|
153
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf
|
|
154
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf
|
|
155
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf
|
|
156
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf
|
|
157
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf
|
|
158
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf
|
|
159
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf
|
|
160
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf
|
|
161
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf
|
|
162
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf
|
|
163
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf
|
|
164
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf
|
|
165
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf
|
|
166
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf
|
|
167
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf
|
|
168
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf
|
|
169
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf
|
|
170
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf
|
|
171
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf
|
|
172
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf
|
|
173
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf
|
|
174
|
-
certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf
|
|
175
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites
|
|
176
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf
|
|
177
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic
|
|
178
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf
|
|
179
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf
|
|
180
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf
|
|
181
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf
|
|
182
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf
|
|
183
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf
|
|
184
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf
|
|
185
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf
|
|
186
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf
|
|
187
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf
|
|
188
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf
|
|
189
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf
|
|
190
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf
|
|
191
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf
|
|
192
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf
|
|
193
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf
|
|
194
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf
|
|
195
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include
|
|
196
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf
|
|
197
|
-
certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2
|
|
198
|
-
certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf
|
|
199
|
-
certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf
|
|
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-3.3.0 → certbot_apache-4.1.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
|
|
@@ -24,10 +24,10 @@ class ApacheHttp01(common.ChallengePerformer):
|
|
|
24
24
|
"""Class that performs HTTP-01 challenges within the Apache configurator."""
|
|
25
25
|
|
|
26
26
|
CONFIG_TEMPLATE24_PRE = """\
|
|
27
|
-
RewriteEngine on
|
|
28
27
|
RewriteRule ^/\\.well-known/acme-challenge/([A-Za-z0-9-_=]+)$ {0}/$1 [END]
|
|
29
28
|
"""
|
|
30
29
|
CONFIG_TEMPLATE24_POST = """\
|
|
30
|
+
RewriteEngine on
|
|
31
31
|
<Directory {0}>
|
|
32
32
|
Require all granted
|
|
33
33
|
</Directory>
|
|
File without changes
|
|
File without changes
|
{certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_alpine.py
RENAMED
|
File without changes
|
|
File without changes
|
{certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_centos.py
RENAMED
|
File without changes
|
{certbot_apache-3.3.0 → certbot_apache-4.1.0/src}/certbot_apache/_internal/override_darwin.py
RENAMED
|
File without changes
|