Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-10Drop the snap build tiemout to 90 minutesdecrease-snap-timeoutWill Greenberg
It was previously 5.5 hours, which was just to have an exception thrown before Azure's 6 hour timeout. Generally we aren't seeing this step take more than 45 minutes, so 90 minutes seems like more than enough.
2022-06-09Change `query_registration()` to use `_get_v2_account()` (#9307)osirisinferi
* Change `query_registration()` to use `_get_v2_account()` * Improve `_get_v2_account()` Required for proper working of `certbot.main.update_registration()`. This function updates the `regr.body` locally instead of passing the fields which need to be updated to `acme.client.update_registration()` as a separate argument in the `update` parameter. * Revert "Improve `_get_v2_account()`" This reverts commit e88a23ad76b6dc092645a870b3b5f99bd4fbd095. * Improve `_get_v2_account() (version 2) Instead of e88a23a, this change should be more compatible with older ACMEv1 accounts used through symlinking ACMEv2 account dirs to the existing ACMEv1 account dirs. It should also still be compatible with `certbot.main.update_registration`. * Move and slightly update CHANGELOG entry
2022-06-08Retry errors with subproblems in obtain_certificate with ↵James Balazs
--allow-subset-of-names (#9251) (#9272) * Handle CAA failure on finalize_order during renewal (#9251) * Fix CAA error on renewal test * Attempt to fix failing test in CI * Retry errors with subproblems in obtain_certificate_from_csr with allow_subset_of_names Only retry if not all domains succeeded * Back out renewal changes * Fix linting error line too long * Update log message for more general case and only log on retry * Changelog entry * Add retry logic to order creation * Changelog entry wording * Fix acme error handling when no subproblems provided * Fix test name * Use summarize domain list to display list of failed domains * Tidy up incorrect client tests * Remove unused var and output all failed domains * Add logging to failed authorization case * use _retry_obtain_certificate for failed authorizations * Fix typo failing in CI * Retry logic comments * Preserve original error * Move changelog entry to latest version
2022-06-08Merge pull request #9317 from certbot/candidate-1.28.0alexzorin
Candidate 1.28.0
2022-06-07Bump version to 1.29.0candidate-1.28.0Will Greenberg
2022-06-07Add contents to certbot/CHANGELOG.md for next versionWill Greenberg
2022-06-07Release 1.28.0v1.28.01.28.0Will Greenberg
2022-06-07Update changelog for 1.28.0 releaseWill Greenberg
2022-06-04cli: fix help text for --no-autorenew (#9312)alexzorin
2022-05-31Merge pull request #9309 from certbot/test-account-updatesWill Greenberg
certbot-ci: improve tests for update_account/show_account
2022-05-31skip boulder for show_account assertionsAlex Zorin
2022-05-31certbot-ci: improve tests for update_account/show_accountAlex Zorin
2022-05-13Cite Mozilla ssl-config in Apache/NGINX TLS configs (#8670) (#9295)amplifi
* Cite Mozilla ssl-config in Apache/nginx TLS configs (certbot#8670) * Update CHANGELOG * Add TLS config hashes to ALL_SSL_OPTIONS_HASHES * Update wording in CHANGELOG
2022-05-13acme: use order "status" to determine action during finalization (#9297)alexzorin
Rather than deducing the status of an order by the "certificate" and "error" fields, use the "status" field directly.
2022-05-07Ignore parallel coverage files (#9293)Brad Warren
* ignore parallel coverage files * Properly shutdown & close HTTP server
2022-05-04Merge pull request #9292 from certbot/candidate-1.27.0Brad Warren
2022-05-03Bump version to 1.28.0candidate-1.27.0Will Greenberg
2022-05-03Add contents to certbot/CHANGELOG.md for next versionWill Greenberg
2022-05-03Release 1.27.0v1.27.01.27.0Will Greenberg
2022-05-03Update changelog for 1.27.0 releaseWill Greenberg
2022-04-28Add new signing key (#9288)Will Greenberg
* Add new signing key * Update certbot/CHANGELOG.md
2022-04-27Merge pull request #9289 from certbot/9184-fix-changelogWill Greenberg
changelog: move entry for #9184
2022-04-27changelog: move entry for #91849184-fix-changelogAlex Zorin
2022-04-27If an installer is provided to certonly, restart after cert issuance (#9184)Will Greenberg
* If an installer is provided to certonly, restart after cert issuance * Add myself to AUTHORS.md * Handle certonly's "installer" error case * Handle interactive case, use lazy interpolation * fix trailing whitespace * fix whitespace in error message, re-raise exception * Handle cases where user specified an authenticator but no installer * make tox happy * Clarify comment in selection.py Co-authored-by: ohemorange <ebportnoy@gmail.com> * Add tests for the certonly installer changes Co-authored-by: ohemorange <ebportnoy@gmail.com>
2022-04-22Add --debug to docker push (#9286)Will Greenberg
This'll (hopefully) help us debug the connectivity issues during the deploy CI
2022-04-22Add documentation on interactions between multiple views in BIND and the ↵Richard "mtfnpy" Harman
dns_rfc2136 plugin (#9284) * Add documentation on interactions between multiple views in BIND and the dns_rfc2136 plugin * Missing ; in example config * Make lines shorter * Missed one long line, and move Examples up in the documentation * Apply suggestions from code review Co-authored-by: alexzorin <alex@zor.io> Co-authored-by: alexzorin <alex@zor.io>
2022-04-19Use win32 as platform in tox.ini (#9277)Will Greenberg
This is used to match against sys.platform, which for windows is win32 regardless of bitness
2022-04-13Add missing closing parenthesis (#9279)osirisinferi
2022-04-09cleanup renewer defaults (#9274)Brad Warren
2022-04-08docs: in contributing, ipdb→ipdb3 (#9271)alexzorin
The binary is renamed in Python 3.
2022-04-06Add subproblems to errors (#7046) (#9258)James Balazs
* Add subproblems to errors (#7046) * Fix can't assign attribute * Tidy up string representations of errors and add decoders for subproblems / identifiers * Add missing attributes to docstring * Move change to 1.27.0 in changelog
2022-04-06Fix race condition and uncaught exception (#9264)Brad Warren
* Fix race condition and uncaught exception * fix typo
2022-04-06Merge pull request #9267 from certbot/candidate-1.26.0alexzorin
Update files from 1.26.0 release
2022-04-05Bump version to 1.27.0Brad Warren
2022-04-05Add contents to certbot/CHANGELOG.md for next versionBrad Warren
2022-04-05Release 1.26.0v1.26.01.26.xBrad Warren
2022-04-05Update changelog for 1.26.0 releaseBrad Warren
2022-04-02certbot-ci: upgrade pebble to v2.3.1 (#9260)alexzorin
2022-04-01changelog: clarify --new-key entry (#9259)alexzorin
@osirisinferi pointed out [in chat](https://opensource.eff.org/eff-open-source/pl/y5whp5ny378wuedi8gd7995qbo) that the way this entry was written, suggested that `--new-key` might affect whether `--reuse-key` is set or not. I think the second sentence was the main culprit, so I've nixed it and replaced it with a reminder about our other flags. This maybe calls out more for a documentation section but let's fix this quickly before the release.
2022-03-31display acme.Errors less verbosely (#9255)alexzorin
* display acme.Errors less verbosely * remove superfluous import
2022-03-31Add --new-key (#9252)alexzorin
* add --new-key * add tests
2022-03-30Add error message to account registration error (#9233)osirisinferi
* Add message to account reg. error * Changelog * Remove forced lowercase first char * Catch errors raised by acme library * Fix mypy and add some comments * Add some tests * Move changelog entry to current version * Address comments * Address additional comments Put everything in this commit instead of using the "Commit suggestion" feat on Github, which would resolve in 4 different tiny commits.
2022-03-29Update various references to draft RFC to published versions. (#9250)Mads Jensen
2022-03-25Skip ToS agreement question if ToS value is None (#9245)osirisinferi
* Skip ToS agreement question if ToS value is None * Add changelog entry * Typo in CHANGELOG Co-authored-by: ohemorange <ebportnoy@gmail.com> * Typo in CHANGELOG Co-authored-by: ohemorange <ebportnoy@gmail.com> Co-authored-by: ohemorange <ebportnoy@gmail.com>
2022-03-24Point pip to filesystem packages rather than local HTTP server (#9240)Will Greenberg
2022-03-24pinning: update awscli pin (#9242)alexzorin
2022-03-24dns-ovh: increase default propagation timeout to 120s (#9244)alexzorin
2022-03-18windows: upgrade Python to 3.9.11 (#9241)alexzorin
2022-03-17Merge pull request #9238 from certbot/candidate-1.25.0alexzorin
Release 1.25.0
2022-03-16Bump version to 1.26.0Erica Portnoy