EVOLUTION-MANAGER
Edit File: SOURCES.txt
LICENSE.txt MANIFEST.in README.rst setup.cfg setup.py certbot_apache/__init__.py certbot_apache.egg-info/PKG-INFO certbot_apache.egg-info/SOURCES.txt certbot_apache.egg-info/dependency_links.txt certbot_apache.egg-info/entry_points.txt certbot_apache.egg-info/requires.txt certbot_apache.egg-info/top_level.txt certbot_apache/_internal/__init__.py certbot_apache/_internal/apache_util.py certbot_apache/_internal/apacheparser.py certbot_apache/_internal/assertions.py certbot_apache/_internal/augeasparser.py certbot_apache/_internal/configurator.py certbot_apache/_internal/constants.py certbot_apache/_internal/display_ops.py certbot_apache/_internal/dualparser.py certbot_apache/_internal/entrypoint.py certbot_apache/_internal/http_01.py certbot_apache/_internal/interfaces.py certbot_apache/_internal/obj.py certbot_apache/_internal/override_arch.py certbot_apache/_internal/override_centos.py certbot_apache/_internal/override_darwin.py certbot_apache/_internal/override_debian.py certbot_apache/_internal/override_fedora.py certbot_apache/_internal/override_gentoo.py certbot_apache/_internal/override_suse.py certbot_apache/_internal/parser.py certbot_apache/_internal/parsernode_util.py certbot_apache/_internal/augeas_lens/httpd.aug certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf tests/augeasnode_test.py tests/autohsts_test.py tests/centos6_test.py tests/centos_test.py tests/complex_parsing_test.py tests/configurator_reverter_test.py tests/configurator_test.py tests/debian_test.py tests/display_ops_test.py tests/dualnode_test.py tests/entrypoint_test.py tests/fedora_test.py tests/gentoo_test.py tests/http_01_test.py tests/obj_test.py tests/parser_test.py tests/parsernode_configurator_test.py tests/parsernode_test.py tests/parsernode_util_test.py tests/util.py tests/apache-conf-files/NEEDED.txt tests/apache-conf-files/apache-conf-test tests/apache-conf-files/apache-conf-test-pebble.py tests/apache-conf-files/failing/missing-double-quote-1724.conf tests/apache-conf-files/failing/multivhost-1093.conf tests/apache-conf-files/failing/multivhost-1093b.conf tests/apache-conf-files/passing/1626-1531.conf tests/apache-conf-files/passing/README.modules tests/apache-conf-files/passing/anarcat-1531.conf tests/apache-conf-files/passing/comment-continuations-2050.conf tests/apache-conf-files/passing/drupal-errordocument-arg-1724.conf tests/apache-conf-files/passing/drupal-htaccess-1531.conf tests/apache-conf-files/passing/escaped-space-arguments-2735.conf tests/apache-conf-files/passing/example-1755.conf tests/apache-conf-files/passing/example-ssl.conf tests/apache-conf-files/passing/example.conf tests/apache-conf-files/passing/finalize-1243.apache2.conf.txt tests/apache-conf-files/passing/finalize-1243.conf tests/apache-conf-files/passing/graphite-quote-1934.conf tests/apache-conf-files/passing/ipv6-1143.conf tests/apache-conf-files/passing/ipv6-1143b.conf tests/apache-conf-files/passing/ipv6-1143c.conf tests/apache-conf-files/passing/ipv6-1143d.conf tests/apache-conf-files/passing/missing-quote-1724.conf tests/apache-conf-files/passing/modmacro-1385.conf tests/apache-conf-files/passing/owncloud-1264.conf tests/apache-conf-files/passing/rewrite-quote-1960.conf tests/apache-conf-files/passing/roundcube-1222.conf tests/apache-conf-files/passing/section-continuations-2525.conf tests/apache-conf-files/passing/section-empty-continuations-2731.conf tests/apache-conf-files/passing/semacode-1598.conf tests/apache-conf-files/passing/sslrequire-wordlist-1827.htaccess tests/apache-conf-files/passing/two-blocks-one-line-1693.conf tests/testdata/centos6_apache/apache/httpd/conf/httpd.conf tests/testdata/centos6_apache/apache/httpd/conf.d/README tests/testdata/centos6_apache/apache/httpd/conf.d/ssl.conf tests/testdata/centos6_apache/apache/httpd/conf.d/test.example.com.conf tests/testdata/centos6_apache/apache/httpd/conf.d/welcome.conf tests/testdata/centos7_apache/apache/sites tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf tests/testdata/centos7_apache/apache/httpd/conf/magic tests/testdata/centos7_apache/apache/httpd/conf.d/README tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf tests/testdata/centos7_apache/apache/sysconfig/httpd tests/testdata/complex_parsing/apache2.conf tests/testdata/complex_parsing/test_fnmatch.conf tests/testdata/complex_parsing/test_variables.conf tests/testdata/complex_parsing/conf-enabled/dummy.conf tests/testdata/debian_apache_2_4/augeas_vhosts/sites tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf tests/testdata/debian_apache_2_4/default_vhost/sites tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf tests/testdata/debian_apache_2_4/multiple_vhosts/sites tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf tests/testdata/gentoo_apache/apache/sites tests/testdata/gentoo_apache/apache/apache2/httpd.conf tests/testdata/gentoo_apache/apache/apache2/magic tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf tests/testdata/gentoo_apache/apache/conf.d/apache2