certbot-apache 5.2.1__tar.gz → 5.2.2__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.
Files changed (204) hide show
  1. {certbot_apache-5.2.1/src/certbot_apache.egg-info → certbot_apache-5.2.2}/PKG-INFO +3 -3
  2. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/setup.py +1 -1
  3. {certbot_apache-5.2.1 → certbot_apache-5.2.2/src/certbot_apache.egg-info}/PKG-INFO +3 -3
  4. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache.egg-info/requires.txt +2 -2
  5. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/LICENSE.txt +0 -0
  6. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/MANIFEST.in +0 -0
  7. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/README.rst +0 -0
  8. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/pyproject.toml +0 -0
  9. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/setup.cfg +0 -0
  10. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/__init__.py +0 -0
  11. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/__init__.py +0 -0
  12. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/apache_util.py +0 -0
  13. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/apacheparser.py +0 -0
  14. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/assertions.py +0 -0
  15. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/augeas_lens/httpd.aug +0 -0
  16. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/augeasparser.py +0 -0
  17. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/configurator.py +0 -0
  18. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/constants.py +0 -0
  19. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/display_ops.py +0 -0
  20. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/dualparser.py +0 -0
  21. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/entrypoint.py +0 -0
  22. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/http_01.py +0 -0
  23. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/interfaces.py +0 -0
  24. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/obj.py +0 -0
  25. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_alpine.py +0 -0
  26. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_arch.py +0 -0
  27. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_centos.py +0 -0
  28. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_darwin.py +0 -0
  29. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_debian.py +0 -0
  30. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_fedora.py +0 -0
  31. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_gentoo.py +0 -0
  32. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_suse.py +0 -0
  33. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/override_void.py +0 -0
  34. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/parser.py +0 -0
  35. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/parsernode_util.py +0 -0
  36. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/__init__.py +0 -0
  37. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test-pebble.py +0 -0
  38. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/augeasnode_test.py +0 -0
  39. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/autohsts_test.py +0 -0
  40. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/centos_test.py +0 -0
  41. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/complex_parsing_test.py +0 -0
  42. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/configurator_reverter_test.py +0 -0
  43. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/configurator_test.py +0 -0
  44. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/conftest.py +0 -0
  45. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/debian_test.py +0 -0
  46. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/display_ops_test.py +0 -0
  47. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/dualnode_test.py +0 -0
  48. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/entrypoint_test.py +0 -0
  49. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/fedora_test.py +0 -0
  50. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/gentoo_test.py +0 -0
  51. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/http_01_test.py +0 -0
  52. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/obj_test.py +0 -0
  53. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/parser_test.py +0 -0
  54. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/parsernode_configurator_test.py +0 -0
  55. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/parsernode_test.py +0 -0
  56. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/parsernode_util_test.py +0 -0
  57. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/httpd.conf +0 -0
  58. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf/magic +0 -0
  59. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/README +0 -0
  60. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/autoindex.conf +0 -0
  61. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/centos.example.com.conf +0 -0
  62. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/ssl.conf +0 -0
  63. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/userdir.conf +0 -0
  64. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.d/welcome.conf +0 -0
  65. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-base.conf +0 -0
  66. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-dav.conf +0 -0
  67. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-lua.conf +0 -0
  68. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-mpm.conf +0 -0
  69. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-proxy.conf +0 -0
  70. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-ssl.conf +0 -0
  71. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/00-systemd.conf +0 -0
  72. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/httpd/conf.modules.d/01-cgi.conf +0 -0
  73. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sites +0 -0
  74. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/centos7_apache/apache/sysconfig/httpd +0 -0
  75. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/complex_parsing/apache2.conf +0 -0
  76. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/complex_parsing/conf-enabled/dummy.conf +0 -0
  77. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/complex_parsing/test_fnmatch.conf +0 -0
  78. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/complex_parsing/test_variables.conf +0 -0
  79. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/apache2.conf +0 -0
  80. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
  81. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/other-vhosts-access-log.conf +0 -0
  82. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/security.conf +0 -0
  83. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
  84. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
  85. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/security.conf +0 -0
  86. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
  87. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/envvars +0 -0
  88. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/authz_svn.load +0 -0
  89. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav.load +0 -0
  90. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.conf +0 -0
  91. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/dav_svn.load +0 -0
  92. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/rewrite.load +0 -0
  93. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.conf +0 -0
  94. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-available/ssl.load +0 -0
  95. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
  96. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav.load +0 -0
  97. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
  98. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
  99. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/ports.conf +0 -0
  100. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/another_wildcard.conf +0 -0
  101. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/old-and-default.conf +0 -0
  102. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-available/wildcard.conf +0 -0
  103. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/another_wildcard.conf +0 -0
  104. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/old-and-default.conf +0 -0
  105. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
  106. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/augeas_vhosts/sites +0 -0
  107. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/apache2.conf +0 -0
  108. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/other-vhosts-access-log.conf +0 -0
  109. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/security.conf +0 -0
  110. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-available/serve-cgi-bin.conf +0 -0
  111. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
  112. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/security.conf +0 -0
  113. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
  114. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/envvars +0 -0
  115. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.conf +0 -0
  116. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/mods-available/ssl.load +0 -0
  117. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/ports.conf +0 -0
  118. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf +0 -0
  119. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/default-ssl.conf +0 -0
  120. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-enabled/000-default.conf +0 -0
  121. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/default_vhost/sites +0 -0
  122. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/apache2.conf +0 -0
  123. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/envvars +0 -0
  124. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/ports.conf +0 -0
  125. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/default.conf +0 -0
  126. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-available/multi-vhost.conf +0 -0
  127. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/default.conf +0 -0
  128. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multi_vhosts/apache2/sites-enabled/multi-vhost.conf +0 -0
  129. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/apache2.conf +0 -0
  130. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/bad_conf_file.conf +0 -0
  131. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/other-vhosts-access-log.conf +0 -0
  132. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/security.conf +0 -0
  133. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-available/serve-cgi-bin.conf +0 -0
  134. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/other-vhosts-access-log.conf +0 -0
  135. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/security.conf +0 -0
  136. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/conf-enabled/serve-cgi-bin.conf +0 -0
  137. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/envvars +0 -0
  138. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/authz_svn.load +0 -0
  139. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav.load +0 -0
  140. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.conf +0 -0
  141. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/dav_svn.load +0 -0
  142. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/rewrite.load +0 -0
  143. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.conf +0 -0
  144. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-available/ssl.load +0 -0
  145. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/authz_svn.load +0 -0
  146. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav.load +0 -0
  147. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.conf +0 -0
  148. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/mods-enabled/dav_svn.load +0 -0
  149. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/ports.conf +0 -0
  150. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/000-default.conf +0 -0
  151. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/certbot.conf +0 -0
  152. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl-port-only.conf +0 -0
  153. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/default-ssl.conf +0 -0
  154. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttp.conf +0 -0
  155. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/duplicatehttps.conf +0 -0
  156. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/empty.conf +0 -0
  157. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/encryption-example.conf +0 -0
  158. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/mod_macro-example.conf +0 -0
  159. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/no-directives.conf +0 -0
  160. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/ocsp-ssl.conf +0 -0
  161. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-available/wildcard.conf +0 -0
  162. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/000-default.conf +0 -0
  163. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/certbot.conf +0 -0
  164. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl-port-only.conf +0 -0
  165. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/default-ssl.conf +0 -0
  166. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttp.conf +0 -0
  167. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/duplicatehttps.conf +0 -0
  168. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/encryption-example.conf +0 -0
  169. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/mod_macro-example.conf +0 -0
  170. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/non-symlink.conf +0 -0
  171. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/ocsp-ssl.conf +0 -0
  172. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/apache2/sites-enabled/wildcard.conf +0 -0
  173. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/debian_apache_2_4/multiple_vhosts/sites +0 -0
  174. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/httpd.conf +0 -0
  175. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/magic +0 -0
  176. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_default_settings.conf +0 -0
  177. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_error_documents.conf +0 -0
  178. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_languages.conf +0 -0
  179. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_autoindex.conf +0 -0
  180. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_info.conf +0 -0
  181. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_log_config.conf +0 -0
  182. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_mime.conf +0 -0
  183. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_status.conf +0 -0
  184. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mod_userdir.conf +0 -0
  185. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/00_mpm.conf +0 -0
  186. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/10_mod_mem_cache.conf +0 -0
  187. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/40_mod_ssl.conf +0 -0
  188. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/41_mod_http2.conf +0 -0
  189. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/45_mod_dav.conf +0 -0
  190. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/modules.d/46_mod_ldap.conf +0 -0
  191. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_ssl_vhost.conf +0 -0
  192. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/00_default_vhost.conf +0 -0
  193. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/default_vhost.include +0 -0
  194. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/apache2/vhosts.d/gentoo.example.com.conf +0 -0
  195. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/conf.d/apache2 +0 -0
  196. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/testdata/gentoo_apache/apache/sites +0 -0
  197. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tests/util.py +0 -0
  198. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf +0 -0
  199. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/_internal/tls_configs/old-options-ssl-apache.conf +0 -0
  200. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache/py.typed +0 -0
  201. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache.egg-info/SOURCES.txt +0 -0
  202. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache.egg-info/dependency_links.txt +0 -0
  203. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache.egg-info/entry_points.txt +0 -0
  204. {certbot_apache-5.2.1 → certbot_apache-5.2.2}/src/certbot_apache.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: certbot-apache
3
- Version: 5.2.1
3
+ Version: 5.2.2
4
4
  Summary: Apache plugin for Certbot
5
5
  Author-email: Certbot Project <certbot-dev@eff.org>
6
6
  License-Expression: Apache-2.0
@@ -25,8 +25,8 @@ Classifier: Topic :: Utilities
25
25
  Requires-Python: >=3.10
26
26
  Description-Content-Type: text/x-rst
27
27
  License-File: LICENSE.txt
28
- Requires-Dist: acme>=5.2.1
29
- Requires-Dist: certbot>=5.2.1
28
+ Requires-Dist: acme>=5.2.2
29
+ Requires-Dist: certbot>=5.2.2
30
30
  Requires-Dist: python-augeas
31
31
  Provides-Extra: dev
32
32
  Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  from setuptools import setup
2
2
 
3
- version = '5.2.1'
3
+ version = '5.2.2'
4
4
 
5
5
  install_requires = [
6
6
  # We specify the minimum acme and certbot version as the current plugin
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: certbot-apache
3
- Version: 5.2.1
3
+ Version: 5.2.2
4
4
  Summary: Apache plugin for Certbot
5
5
  Author-email: Certbot Project <certbot-dev@eff.org>
6
6
  License-Expression: Apache-2.0
@@ -25,8 +25,8 @@ Classifier: Topic :: Utilities
25
25
  Requires-Python: >=3.10
26
26
  Description-Content-Type: text/x-rst
27
27
  License-File: LICENSE.txt
28
- Requires-Dist: acme>=5.2.1
29
- Requires-Dist: certbot>=5.2.1
28
+ Requires-Dist: acme>=5.2.2
29
+ Requires-Dist: certbot>=5.2.2
30
30
  Requires-Dist: python-augeas
31
31
  Provides-Extra: dev
32
32
  Requires-Dist: apacheconfig>=0.3.2; extra == "dev"
@@ -1,5 +1,5 @@
1
- acme>=5.2.1
2
- certbot>=5.2.1
1
+ acme>=5.2.2
2
+ certbot>=5.2.2
3
3
  python-augeas
4
4
 
5
5
  [dev]
File without changes