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-11-10Merge pull request #9457 from certbot/candidate-1.32.0HEADmasterBrad Warren
Release 1.32.0
2022-11-09Bump version to 1.33.0Erica Portnoy
2022-11-09Add contents to certbot/CHANGELOG.md for next versionErica Portnoy
2022-11-09Release 1.32.0v1.32.01.32.xErica Portnoy
2022-11-09Update changelog for 1.32.0 releaseErica Portnoy
2022-11-02repin dependencies (#9454)alexzorin
2022-11-02disable poetry's cache (#9453)Brad Warren
2022-11-01Use https: protocol instead of deprecated git: protocol (#9452)Kevin Jones
2022-10-31Fix changelog entry (#9444)Will Greenberg
* Fix changelog entry * move to 1.32.0 Co-authored-by: Brad Warren <bmw@eff.org>
2022-10-27Add comment explainig the load-bearing debug flags (#9443)Will Greenberg
2022-10-27certbot-apache: use httpd by default for CentOS/RHEL (#9402)Will Greenberg
* certbot-apache: use httpd for newer RHEL derived distros A change in RHEL 9 is causing apachectl to error out when used with additional arguments, resulting in certbot errors. The CentOS configurator now uses httpd instead for RHEL 9 (and later) derived distros. * Single CentOS class which uses the apache_bin option * soothe mypy * Always call super()._override_cmds()
2022-10-21Unpin poetry (#9438)Brad Warren
* unpin poetry * export constraints
2022-10-20Remove docker-compose dependency (#9436)Brad Warren
This is progress towards https://github.com/certbot/certbot/issues/9370 as discussed at https://github.com/certbot/certbot/pull/9435. I kept the command using `docker-compose` because `docker compose` doesn't seem that widely recognized yet and https://www.docker.com/blog/announcing-compose-v2-general-availability/ describes aliasing `docker-compose` to `docker compose` on newer systems by default. * refactor boulder shutdown * remove docker-compose dep * Reorder shutdown process
2022-10-18docs: use modern tsig-keygen util in certbot-dns-rfc2136 (#9424)alexzorin
Fixes #7206. I think it's about time we did this: - `dnssec-keygen` on new distros doesn't support the HMAC algorithms anymore, so our instructions don't work. - The oldest distros we support are Debian Buster (`9.11.5.P4+dfsg-5.1+deb10u7`) and CentOS 7 (`9.11.4-26.P2.el7_9.9`), which ship `tsig-keygen` and support `HMAC-SHA512`.
2022-10-14docs: add third-party dns-multi plugin (#9430)alexzorin
2022-10-14TSIG SOA query fix (#9408)Phil Martin
* Use the TSIG keyring for the initial SOA request Helps allow the use of keys in BIND ACLs to help certbot update the correct zone. Previously TSIG was only used for zone updates, rather than for both the authoritative SOA request and zone update. * Update CHANGELOG.md * Update AUTHORS.md * Workaround for mypy failure due to dnspython stubs As per https://github.com/certbot/certbot/pull/9408#issuecomment-1257868864 Co-authored-by: Alex Zorin <alex@zorin.id.au>
2022-10-04Merge pull request #9425 from certbot/candidate-1.31.0alexzorin
Release 1.31.0
2022-10-04Bump version to 1.32.0Brad Warren
2022-10-04Add contents to certbot/CHANGELOG.md for next versionBrad Warren
2022-10-04Release 1.31.0v1.31.01.31.xBrad Warren
2022-10-04Update changelog for 1.31.0 releaseBrad Warren
2022-10-02Fix typo in install.rst (#9422)osirisinferi
2022-10-01Docs: Rewrite Installation Instructions: User Guide (#9220)Alexis
* Rewrite Installation Instrcutions: User Guide Simplifying Installation instructions in User Guide - First step in simplifying docs for Certbot Users * Amend Install Doc - Address errors - Clean up links * Update certbot/docs/install.rst Co-authored-by: alexzorin <alex@zor.io> * Update certbot/docs/install.rst Co-authored-by: alexzorin <alex@zor.io> * Update certbot/docs/install.rst Co-authored-by: alexzorin <alex@zor.io> * Amend instructions - clarify requirements - update outdated advice - remove direct link * Remove unintentinally added files Co-authored-by: alexzorin <alex@zor.io>
2022-09-30Add single domain option for OVH DNS creds (#9419)Charlie Britton
2022-09-27Fix regression in Cloudflare library (#9417)osirisinferi
* Fix regression in CF library * Add changelog entry * Fix typo Co-authored-by: alexzorin <alex@zor.io> * Add note to docs Co-authored-by: alexzorin <alex@zor.io>
2022-09-26upgrade base docker image (#9415)Brad Warren
2022-09-23Merge pull request #9414 from certbot/simplify-ciWill Greenberg
Actually test everything in test- branches (besides deployment)
2022-09-22actually test everything in test- branchesBrad Warren
2022-09-21Upgrade dependency pinnings (#9412)Brad Warren
* upgrade dependencies * remove unused ignore
2022-09-16Certbot-specific temp log dir prefix (#9406)osirisinferi
Fixes #9405.
2022-09-13Update generate_dnsplugins_snapcraft.sh (#9398)Patrick Neumann
There is no need for two interconneced (pipe) processes. The regular expression in the grep part is not strict enough in some cases (presence of long_description. sed does not seem to support perl regular expressions ("\s"). Some Python developers prefer single quotes to double qoutes. Some even go so far as to adapt generated templates (setup.py). This update will (hopefully) fix this all. This was tested on Ubuntu 20.04.5 LTS (Focal Fossa) and macOS 12.5.1 (Monterey).
2022-09-10Set up 2.0 pre-releases (#9400)Brad Warren
* update credential info * update release tooling to use candidate channel * split deploy jobs * pass parameter through * add 2.0 pipeline prerelease * add comments * quote file path
2022-09-08Merge pull request #9399 from certbot/candidate-1.30.0Brad Warren
Release 1.30.0
2022-09-07Bump version to 1.31.0candidate-1.30.0Will Greenberg
2022-09-07Add contents to certbot/CHANGELOG.md for next versionWill Greenberg
2022-09-07Release 1.30.0v1.30.01.30.0Will Greenberg
2022-09-07Update changelog for 1.30.0 releaseWill Greenberg
2022-09-07Add UI text recommending multi-domain certs (#9393)Will Greenberg
* Suggest multi-domain certs in domain selection menu * Update changelog * lint: fix long line Co-authored-by: Alex Zorin <alex@zorin.id.au>
2022-09-02acme: further deprecations (#9395)alexzorin
* acme: deprecate acme.fields.Resource and .resource * acme: deprecate .messages.OLD_ERROR_PREFIX * acme: deprecate .messages.Directory.register * acme: clean up deprecations * dont use unscoped filterwarnings * change deprecation approach for acme.fields * warn on non-string keys in acme.messages.Directory * remove leaked filterwarnings in BackwardsCompatibleClientV2Test * remove non-string lookups of acme.messages.Directory
2022-08-31deprecate more attributes in acme (#9369)alexzorin
* deprecate more attributes in acme * Deprecate .Authorization.combinations by renaming the field and deprecating in getters/setters * Silence deprecation warnings from our own imports of acme.mixins Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
2022-08-30Upgrade CI OS (#9391)Brad Warren
* upgrade ubuntu * upgrade macos * use python3
2022-08-30Deprecate source address (#9389)Brad Warren
* deprecate source_address * filter warnings * fix route53 tests * test warning * update docstring
2022-08-27deprecate certbot-dns-cloudxns (#9367)alexzorin
2022-08-17encourage words before code (#9377)Brad Warren
2022-08-13docs: add BunnyDNS to list of 3rd-party plugins (#9375)Matthew W. Thomas
* docs: add BunnyDNS to list of 3rd-party plugins You can find the plugin here: https://github.com/mwt/certbot-dns-bunny It's for [BunnyDNS](https://bunny.net/dns/). * Update AUTHORS.md
2022-07-29add dns-yandexcloud authentication plugin to third-party plugins (#9371)Gusmanov Timur
2022-07-29pin back pylint (#9368)Brad Warren
2022-07-29deps: remove pyjwt dependency (#9337)alexzorin
* deps: remove pyjwt dependency * pinning: strip extras from dependencies `poetry export` outputs in requirements.txt format, which is now apparently producing "dep[extra]==...". We are using this output as the constraints file for pip and pip's new resolver does not permit extras in the constraints file. This change filters out the extras specifiers. * repin current dependencies * fix new pylint complaints * silence lint about distutils.version We have already deprecated the function and it'll be removed in 2.0. * docs: set sphinx language to 'en' this is emitting a warning and failing the build * Revert "pinning: strip extras from dependencies" This reverts commit 11268fd23160ac53fd8dad7a2ff15e453678e159. * pin poetry back to avoid extras issue * repin * fix new mypy complaints in acme/
2022-07-28Update Azure Docker docs (#9363)Brad Warren
* describe docker access token more * Remove extra spaces Co-authored-by: ohemorange <ebportnoy@gmail.com> Co-authored-by: ohemorange <ebportnoy@gmail.com>
2022-07-27Clarify in docs that deletion does not revoke (#9348)Preston Locke
* Clarify in docs that deletion does not revoke * Add myself to AUTHORS.md * Move new paragraph below first note and change its wording