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.
- {certbot-2.7.2 → certbot-2.7.3}/CHANGELOG.md +11 -0
- {certbot-2.7.2/certbot.egg-info → certbot-2.7.3}/PKG-INFO +1 -1
- {certbot-2.7.2 → certbot-2.7.3}/certbot/__init__.py +1 -1
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/helpful.py +2 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/renewal.py +4 -1
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/cli_test.py +7 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/renewal_test.py +12 -0
- {certbot-2.7.2 → certbot-2.7.3/certbot.egg-info}/PKG-INFO +1 -1
- {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/requires.txt +1 -1
- {certbot-2.7.2 → certbot-2.7.3}/docs/cli-help.txt +2 -2
- {certbot-2.7.2 → certbot-2.7.3}/LICENSE.txt +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/MANIFEST.in +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/README.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/account.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/auth_handler.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cert_manager.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/cli_constants.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/cli_utils.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/group_adder.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/paths_parser.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/plugins_parsing.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/subparsers.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/cli/verb_help.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/client.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/constants.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/completer.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/dummy_readline.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/obj.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/display/util.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/eff.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/error_handler.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/hooks.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/lock.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/log.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/main.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/disco.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/manual.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/null.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/selection.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/standalone.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/plugins/webroot.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/snap_config.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/storage.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/account_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/auth_handler_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/cert_manager_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/client_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/compat/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/compat/filesystem_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/compat/misc_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/compat/os_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/configuration_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/crypto_util_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/completer_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/internal_util_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/obj_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/ops_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/display/util_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/eff_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/error_handler_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/errors_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/helpful_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/hook_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/lock_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/log_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/main_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/ocsp_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/common_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/disco_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/dns_common_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/enhancements_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/manual_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/null_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/selection_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/standalone_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/storage_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/util_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/plugins/webroot_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/renewupdater_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/reverter_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/storage_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/tests/util_test.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/_internal/updater.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/achallenges.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/_path.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/filesystem.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/misc.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/compat/os.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/configuration.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/crypto_util.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/display/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/display/ops.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/display/util.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/errors.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/interfaces.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/main.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/ocsp.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/common.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/dns_common.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/dns_common_lexicon.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/dns_test_common.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/dns_test_common_lexicon.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/enhancements.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/storage.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/plugins/util.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/py.typed +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/reverter.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/ssl-dhparams.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/__init__.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/acme_util.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/README +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert-5sans_512.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert-nosans_nistp256.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert-san_512.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_2048.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_512.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_512_bad.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_fullchain_2048.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_intermediate_1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_intermediate_2.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cert_leaf.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/cli.ini +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-6sans_512.conf +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-6sans_512.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-nonames_512.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-nosans_512.conf +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-nosans_512.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-nosans_nistp256.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr-san_512.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr_512.der +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/csr_512.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ec_prime256v1_key.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ec_secp384r1_key.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ec_secp521r1_key.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/nistp256_key.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ocsp_certificate.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ocsp_issuer_certificate.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/ocsp_responder_certificate.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/os-release +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/rsa2048_key.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/rsa256_key.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/rsa512_key.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive/cert1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive/chain1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive/fullchain1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive/privkey1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive-ec/cert1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive-ec/chain1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive-ec/fullchain1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-archive-ec/privkey1.pem +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal-ancient.conf +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal-deprecated-option.conf +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal-ec.conf +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal.conf +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/webrootconftest.ini +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/tests/util.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot/util.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/SOURCES.txt +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/dependency_links.txt +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/entry_points.txt +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/certbot.egg-info/top_level.txt +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/.gitignore +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/Makefile +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/_static/.gitignore +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/_templates/footer.html +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.achallenges.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.compat.filesystem.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.compat.misc.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.compat.os.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.compat.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.crypto_util.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.display.ops.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.display.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.display.util.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.errors.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.interfaces.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.main.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.ocsp.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.common.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.dns_common.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.dns_common_lexicon.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.dns_test_common.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.dns_test_common_lexicon.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.enhancements.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.storage.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.plugins.util.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.reverter.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.tests.acme_util.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.tests.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.tests.util.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api/certbot.util.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/api.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/challenges.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/ciphers.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/compatibility.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/conf.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/contributing.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/index.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/install.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/intro.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/make.bat +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/man/certbot.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/packaging.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/resources.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/using.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/docs/what.rst +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/examples/.gitignore +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/examples/cli.ini +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/examples/dev-cli.ini +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/examples/generate-csr.sh +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/examples/openssl.cnf +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/examples/plugins/certbot_example_plugins.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/examples/plugins/setup.py +0 -0
- {certbot-2.7.2 → certbot-2.7.3}/setup.cfg +0 -0
- {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
|
|
@@ -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
|
-
|
|
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."""
|
|
@@ -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
|
-
|
|
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.
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{certbot-2.7.2 → certbot-2.7.3}/certbot/tests/testdata/sample-renewal-deprecated-option.conf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|