certbot 2.7.2__tar.gz → 2.7.3__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 (226) hide show
  1. {certbot-2.7.2 → certbot-2.7.3}/CHANGELOG.md +11 -0
  2. {certbot-2.7.2/certbot.egg-info → certbot-2.7.3}/PKG-INFO +1 -1
  3. {certbot-2.7.2 → certbot-2.7.3}/certbot/__init__.py +1 -1
  4. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/helpful.py +2 -0
  5. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/renewal.py +4 -1
  6. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/cli_test.py +7 -0
  7. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/renewal_test.py +12 -0
  8. {certbot-2.7.2 → certbot-2.7.3/certbot.egg-info}/PKG-INFO +1 -1
  9. {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/requires.txt +1 -1
  10. {certbot-2.7.2 → certbot-2.7.3}/docs/cli-help.txt +2 -2
  11. {certbot-2.7.2 → certbot-2.7.3}/LICENSE.txt +0 -0
  12. {certbot-2.7.2 → certbot-2.7.3}/MANIFEST.in +0 -0
  13. {certbot-2.7.2 → certbot-2.7.3}/README.rst +0 -0
  14. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/__init__.py +0 -0
  15. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/account.py +0 -0
  16. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/auth_handler.py +0 -0
  17. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cert_manager.py +0 -0
  18. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/__init__.py +0 -0
  19. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/cli_constants.py +0 -0
  20. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/cli_utils.py +0 -0
  21. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/group_adder.py +0 -0
  22. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/paths_parser.py +0 -0
  23. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/plugins_parsing.py +0 -0
  24. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/subparsers.py +0 -0
  25. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/verb_help.py +0 -0
  26. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/client.py +0 -0
  27. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/constants.py +0 -0
  28. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/__init__.py +0 -0
  29. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/completer.py +0 -0
  30. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/dummy_readline.py +0 -0
  31. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/obj.py +0 -0
  32. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/util.py +0 -0
  33. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/eff.py +0 -0
  34. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/error_handler.py +0 -0
  35. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/hooks.py +0 -0
  36. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/lock.py +0 -0
  37. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/log.py +0 -0
  38. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/main.py +0 -0
  39. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/__init__.py +0 -0
  40. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/disco.py +0 -0
  41. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/manual.py +0 -0
  42. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/null.py +0 -0
  43. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/selection.py +0 -0
  44. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/standalone.py +0 -0
  45. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/webroot.py +0 -0
  46. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/snap_config.py +0 -0
  47. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/storage.py +0 -0
  48. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/__init__.py +0 -0
  49. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/account_test.py +0 -0
  50. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/auth_handler_test.py +0 -0
  51. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/cert_manager_test.py +0 -0
  52. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/client_test.py +0 -0
  53. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/compat/__init__.py +0 -0
  54. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/compat/filesystem_test.py +0 -0
  55. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/compat/misc_test.py +0 -0
  56. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/compat/os_test.py +0 -0
  57. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/configuration_test.py +0 -0
  58. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/crypto_util_test.py +0 -0
  59. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/__init__.py +0 -0
  60. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/completer_test.py +0 -0
  61. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/internal_util_test.py +0 -0
  62. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/obj_test.py +0 -0
  63. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/ops_test.py +0 -0
  64. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/util_test.py +0 -0
  65. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/eff_test.py +0 -0
  66. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/error_handler_test.py +0 -0
  67. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/errors_test.py +0 -0
  68. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/helpful_test.py +0 -0
  69. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/hook_test.py +0 -0
  70. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/lock_test.py +0 -0
  71. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/log_test.py +0 -0
  72. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/main_test.py +0 -0
  73. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/ocsp_test.py +0 -0
  74. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/__init__.py +0 -0
  75. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/common_test.py +0 -0
  76. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/disco_test.py +0 -0
  77. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/dns_common_test.py +0 -0
  78. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/enhancements_test.py +0 -0
  79. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/manual_test.py +0 -0
  80. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/null_test.py +0 -0
  81. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/selection_test.py +0 -0
  82. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/standalone_test.py +0 -0
  83. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/storage_test.py +0 -0
  84. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/util_test.py +0 -0
  85. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/webroot_test.py +0 -0
  86. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/renewupdater_test.py +0 -0
  87. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/reverter_test.py +0 -0
  88. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/storage_test.py +0 -0
  89. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/util_test.py +0 -0
  90. {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/updater.py +0 -0
  91. {certbot-2.7.2 → certbot-2.7.3}/certbot/achallenges.py +0 -0
  92. {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/__init__.py +0 -0
  93. {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/_path.py +0 -0
  94. {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/filesystem.py +0 -0
  95. {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/misc.py +0 -0
  96. {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/os.py +0 -0
  97. {certbot-2.7.2 → certbot-2.7.3}/certbot/configuration.py +0 -0
  98. {certbot-2.7.2 → certbot-2.7.3}/certbot/crypto_util.py +0 -0
  99. {certbot-2.7.2 → certbot-2.7.3}/certbot/display/__init__.py +0 -0
  100. {certbot-2.7.2 → certbot-2.7.3}/certbot/display/ops.py +0 -0
  101. {certbot-2.7.2 → certbot-2.7.3}/certbot/display/util.py +0 -0
  102. {certbot-2.7.2 → certbot-2.7.3}/certbot/errors.py +0 -0
  103. {certbot-2.7.2 → certbot-2.7.3}/certbot/interfaces.py +0 -0
  104. {certbot-2.7.2 → certbot-2.7.3}/certbot/main.py +0 -0
  105. {certbot-2.7.2 → certbot-2.7.3}/certbot/ocsp.py +0 -0
  106. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/__init__.py +0 -0
  107. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/common.py +0 -0
  108. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/dns_common.py +0 -0
  109. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/dns_common_lexicon.py +0 -0
  110. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/dns_test_common.py +0 -0
  111. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/dns_test_common_lexicon.py +0 -0
  112. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/enhancements.py +0 -0
  113. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/storage.py +0 -0
  114. {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/util.py +0 -0
  115. {certbot-2.7.2 → certbot-2.7.3}/certbot/py.typed +0 -0
  116. {certbot-2.7.2 → certbot-2.7.3}/certbot/reverter.py +0 -0
  117. {certbot-2.7.2 → certbot-2.7.3}/certbot/ssl-dhparams.pem +0 -0
  118. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/__init__.py +0 -0
  119. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/acme_util.py +0 -0
  120. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/README +0 -0
  121. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert-5sans_512.pem +0 -0
  122. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert-nosans_nistp256.pem +0 -0
  123. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert-san_512.pem +0 -0
  124. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_2048.pem +0 -0
  125. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_512.pem +0 -0
  126. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_512_bad.pem +0 -0
  127. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_fullchain_2048.pem +0 -0
  128. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_intermediate_1.pem +0 -0
  129. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_intermediate_2.pem +0 -0
  130. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_leaf.pem +0 -0
  131. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cli.ini +0 -0
  132. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-6sans_512.conf +0 -0
  133. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-6sans_512.pem +0 -0
  134. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-nonames_512.pem +0 -0
  135. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-nosans_512.conf +0 -0
  136. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-nosans_512.pem +0 -0
  137. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-nosans_nistp256.pem +0 -0
  138. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-san_512.pem +0 -0
  139. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr_512.der +0 -0
  140. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr_512.pem +0 -0
  141. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ec_prime256v1_key.pem +0 -0
  142. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ec_secp384r1_key.pem +0 -0
  143. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ec_secp521r1_key.pem +0 -0
  144. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/nistp256_key.pem +0 -0
  145. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ocsp_certificate.pem +0 -0
  146. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ocsp_issuer_certificate.pem +0 -0
  147. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ocsp_responder_certificate.pem +0 -0
  148. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/os-release +0 -0
  149. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/rsa2048_key.pem +0 -0
  150. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/rsa256_key.pem +0 -0
  151. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/rsa512_key.pem +0 -0
  152. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive/cert1.pem +0 -0
  153. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive/chain1.pem +0 -0
  154. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive/fullchain1.pem +0 -0
  155. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive/privkey1.pem +0 -0
  156. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive-ec/cert1.pem +0 -0
  157. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive-ec/chain1.pem +0 -0
  158. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive-ec/fullchain1.pem +0 -0
  159. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive-ec/privkey1.pem +0 -0
  160. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal-ancient.conf +0 -0
  161. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal-deprecated-option.conf +0 -0
  162. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal-ec.conf +0 -0
  163. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal.conf +0 -0
  164. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/webrootconftest.ini +0 -0
  165. {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/util.py +0 -0
  166. {certbot-2.7.2 → certbot-2.7.3}/certbot/util.py +0 -0
  167. {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/SOURCES.txt +0 -0
  168. {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/dependency_links.txt +0 -0
  169. {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/entry_points.txt +0 -0
  170. {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/top_level.txt +0 -0
  171. {certbot-2.7.2 → certbot-2.7.3}/docs/.gitignore +0 -0
  172. {certbot-2.7.2 → certbot-2.7.3}/docs/Makefile +0 -0
  173. {certbot-2.7.2 → certbot-2.7.3}/docs/_static/.gitignore +0 -0
  174. {certbot-2.7.2 → certbot-2.7.3}/docs/_templates/footer.html +0 -0
  175. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.achallenges.rst +0 -0
  176. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.compat.filesystem.rst +0 -0
  177. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.compat.misc.rst +0 -0
  178. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.compat.os.rst +0 -0
  179. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.compat.rst +0 -0
  180. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.crypto_util.rst +0 -0
  181. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.display.ops.rst +0 -0
  182. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.display.rst +0 -0
  183. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.display.util.rst +0 -0
  184. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.errors.rst +0 -0
  185. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.interfaces.rst +0 -0
  186. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.main.rst +0 -0
  187. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.ocsp.rst +0 -0
  188. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.common.rst +0 -0
  189. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.dns_common.rst +0 -0
  190. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.dns_common_lexicon.rst +0 -0
  191. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.dns_test_common.rst +0 -0
  192. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.dns_test_common_lexicon.rst +0 -0
  193. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.enhancements.rst +0 -0
  194. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.rst +0 -0
  195. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.storage.rst +0 -0
  196. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.util.rst +0 -0
  197. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.reverter.rst +0 -0
  198. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.rst +0 -0
  199. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.tests.acme_util.rst +0 -0
  200. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.tests.rst +0 -0
  201. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.tests.util.rst +0 -0
  202. {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.util.rst +0 -0
  203. {certbot-2.7.2 → certbot-2.7.3}/docs/api.rst +0 -0
  204. {certbot-2.7.2 → certbot-2.7.3}/docs/challenges.rst +0 -0
  205. {certbot-2.7.2 → certbot-2.7.3}/docs/ciphers.rst +0 -0
  206. {certbot-2.7.2 → certbot-2.7.3}/docs/compatibility.rst +0 -0
  207. {certbot-2.7.2 → certbot-2.7.3}/docs/conf.py +0 -0
  208. {certbot-2.7.2 → certbot-2.7.3}/docs/contributing.rst +0 -0
  209. {certbot-2.7.2 → certbot-2.7.3}/docs/index.rst +0 -0
  210. {certbot-2.7.2 → certbot-2.7.3}/docs/install.rst +0 -0
  211. {certbot-2.7.2 → certbot-2.7.3}/docs/intro.rst +0 -0
  212. {certbot-2.7.2 → certbot-2.7.3}/docs/make.bat +0 -0
  213. {certbot-2.7.2 → certbot-2.7.3}/docs/man/certbot.rst +0 -0
  214. {certbot-2.7.2 → certbot-2.7.3}/docs/packaging.rst +0 -0
  215. {certbot-2.7.2 → certbot-2.7.3}/docs/resources.rst +0 -0
  216. {certbot-2.7.2 → certbot-2.7.3}/docs/using.rst +0 -0
  217. {certbot-2.7.2 → certbot-2.7.3}/docs/what.rst +0 -0
  218. {certbot-2.7.2 → certbot-2.7.3}/examples/.gitignore +0 -0
  219. {certbot-2.7.2 → certbot-2.7.3}/examples/cli.ini +0 -0
  220. {certbot-2.7.2 → certbot-2.7.3}/examples/dev-cli.ini +0 -0
  221. {certbot-2.7.2 → certbot-2.7.3}/examples/generate-csr.sh +0 -0
  222. {certbot-2.7.2 → certbot-2.7.3}/examples/openssl.cnf +0 -0
  223. {certbot-2.7.2 → certbot-2.7.3}/examples/plugins/certbot_example_plugins.py +0 -0
  224. {certbot-2.7.2 → certbot-2.7.3}/examples/plugins/setup.py +0 -0
  225. {certbot-2.7.2 → certbot-2.7.3}/setup.cfg +0 -0
  226. {certbot-2.7.2 → certbot-2.7.3}/setup.py +0 -0
@@ -2,6 +2,17 @@
2
2
 
3
3
  Certbot adheres to [Semantic Versioning](https://semver.org/).
4
4
 
5
+ ## 2.7.3 - 2023-10-24
6
+
7
+ ### Fixed
8
+
9
+ * Fixed a bug where arguments with contained spaces weren't being handled correctly
10
+ * Fixed a bug that caused the ACME account to not be properly restored on
11
+ renewal causing problems in setups where the user had multiple accounts with
12
+ the same ACME server.
13
+
14
+ More details about these changes can be found on our GitHub repo.
15
+
5
16
  ## 2.7.2 - 2023-10-19
6
17
 
7
18
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: certbot
3
- Version: 2.7.2
3
+ Version: 2.7.3
4
4
  Summary: ACME client
5
5
  Home-page: https://github.com/certbot/certbot
6
6
  Author: Certbot Project
@@ -3,7 +3,7 @@ import sys
3
3
  import warnings
4
4
 
5
5
  # version number like 1.2.3a0, must have at least 2 parts, like 1.2
6
- __version__ = '2.7.2'
6
+ __version__ = '2.7.3'
7
7
 
8
8
  if sys.version_info[:2] == (3, 7):
9
9
  warnings.warn(
@@ -219,6 +219,8 @@ class HelpfulArgumentParser:
219
219
 
220
220
  if '=' in arg:
221
221
  arg = arg.split('=')[0]
222
+ elif ' ' in arg:
223
+ arg = arg.split(' ')[0]
222
224
 
223
225
  if arg.startswith('--'):
224
226
  args.append(arg)
@@ -194,6 +194,7 @@ def restore_required_config_elements(config: configuration.NamespaceConfig,
194
194
 
195
195
  """
196
196
 
197
+ updated_values = {}
197
198
  required_items = itertools.chain(
198
199
  (("pref_challs", _restore_pref_challs),),
199
200
  zip(BOOL_CONFIG_ITEMS, itertools.repeat(_restore_bool)),
@@ -202,7 +203,9 @@ def restore_required_config_elements(config: configuration.NamespaceConfig,
202
203
  for item_name, restore_func in required_items:
203
204
  if item_name in renewalparams and not config.set_by_user(item_name):
204
205
  value = restore_func(item_name, renewalparams[item_name])
205
- setattr(config, item_name, value)
206
+ updated_values[item_name] = value
207
+ for key, value in updated_values.items():
208
+ setattr(config, key, value)
206
209
 
207
210
 
208
211
  def _remove_deprecated_config_elements(renewalparams: Mapping[str, Any]) -> Dict[str, Any]:
@@ -594,6 +594,13 @@ class ParseTest(unittest.TestCase):
594
594
  assert_set_by_user_with_value(namespace, 'text_mode', True)
595
595
  assert_set_by_user_with_value(namespace, 'verbose_count', 1)
596
596
  assert_set_by_user_with_value(namespace, 'email', 'foo@example.com')
597
+
598
+ def test_arg_with_contained_spaces(self):
599
+ # This can happen if a user specifies an arg like "-d foo.com" enclosed
600
+ # in double quotes, or as its own line in a docker-compose.yml file (as
601
+ # in #9811)
602
+ namespace = self.parse(['certonly', '-d foo.com'])
603
+ assert_set_by_user_with_value(namespace, 'domains', ['foo.com'])
597
604
 
598
605
  if __name__ == '__main__':
599
606
  sys.exit(pytest.main(sys.argv[1:] + [__file__])) # pragma: no cover
@@ -253,6 +253,18 @@ class RestoreRequiredConfigElementsTest(test_util.ConfigTestCase):
253
253
  self._call(self.config, {'server': constants.V1_URI})
254
254
  assert self.config.server == constants.CLI_DEFAULTS['server']
255
255
 
256
+ def test_related_values(self):
257
+ # certbot.configuration.NamespaceConfig.set_by_user considers some values as related to each
258
+ # other and considers both set by the user if either is. This test ensures all renewal
259
+ # parameters are restored regardless of their restoration order or relation between values.
260
+ # See https://github.com/certbot/certbot/issues/9805 for more info.
261
+ renewalparams = {
262
+ 'server': 'https://example.org',
263
+ 'account': 'somehash',
264
+ }
265
+ self._call(self.config, renewalparams)
266
+ self.assertEqual(self.config.account, renewalparams['account'])
267
+
256
268
 
257
269
  class DescribeResultsTest(unittest.TestCase):
258
270
  """Tests for certbot._internal.renewal._renew_describe_results."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: certbot
3
- Version: 2.7.2
3
+ Version: 2.7.3
4
4
  Summary: ACME client
5
5
  Home-page: https://github.com/certbot/certbot
6
6
  Author: Certbot Project
@@ -1,4 +1,4 @@
1
- acme>=2.7.2
1
+ acme>=2.7.3
2
2
  ConfigArgParse>=1.5.3
3
3
  configobj>=5.0.6
4
4
  cryptography>=3.2.1
@@ -36,7 +36,7 @@ manage your account:
36
36
  --agree-tos Agree to the ACME server's Subscriber Agreement
37
37
  -m EMAIL Email address for important account notifications
38
38
 
39
- optional arguments:
39
+ options:
40
40
  -h, --help show this help message and exit
41
41
  -c CONFIG_FILE, --config CONFIG_FILE
42
42
  path to config file (default: /etc/letsencrypt/cli.ini
@@ -122,7 +122,7 @@ optional arguments:
122
122
  case, and to know when to deprecate support for past
123
123
  Python versions and flags. If you wish to hide this
124
124
  information from the Let's Encrypt server, set this to
125
- "". (default: CertbotACMEClient/2.7.1 (certbot;
125
+ "". (default: CertbotACMEClient/2.7.2 (certbot;
126
126
  OS_NAME OS_VERSION) Authenticator/XXX Installer/YYY
127
127
  (SUBCOMMAND; flags: FLAGS) Py/major.minor.patchlevel).
128
128
  The flags encoded in the user agent are: --duplicate,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes