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 (Expand)Author
2021-05-31Update coverage and pytest (#8875)Brad Warren
2021-05-28Deprecate usage of IConfig as a singleton in Certbot (#8869)Adrien Ferrand
2021-05-27cli: later printing of renewal and install retry advice (#8860)alexzorin
2021-05-27Remove no names found in configuration files because it sounds like an error ...ohemorange
2021-05-25Command-line UX overhaul (#8852)ohemorange
2021-05-24Upgrade pylint (#8855)Brad Warren
2021-04-29Update assertTrue/False to Python 3 precise asserts (#8792)Mads Jensen
2021-04-28Remove further references to certbot-auto in the repo (#8814)ohemorange
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06fix various fd leaks (#8747)alexzorin
2021-04-06Enable mypy strict mode (#8766)test-masterAdrien Ferrand
2021-04-05use standard errno (#8768)Brad Warren
2021-03-25Remove references to certbot-auto and letsencrypt-auto that we don't need for...ohemorange
2021-03-23Added missing from typing imports. (#8724)Mads Jensen
2021-03-10Convert Python 2 type hints to Python 3 types annotations (#8640)Adrien Ferrand
2021-03-06Removed Python legacy __future__ imports (#8697)Mads Jensen
2021-03-01revoke: try determine the server automatically (#8691)alexzorin
2021-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen
2021-02-25cli: make key_path and cert_path always be a str (#8687)alexzorin
2021-02-25Remove check for 'fake' in issuer name when renewing certs (#8685)ohemorange
2021-02-13Deprecate certbot-auto specific flags (#8641)Adrien Ferrand
2021-02-09Remove dependency on six (#8650)Brad Warren
2021-01-28Remove deprecated options as early as possible using an explicit list (#8617)ohemorange
2021-01-14--preferred-chain: only match root name (#8596)Aaron Gable
2021-01-13test: certbot-ci crash due to no p521 on boulder (#8602)alexzorin
2021-01-06mock out plugin discovery in test_plugins (#8576)Brad Warren
2021-01-06skip meta creation to speed up tests (#8575)Brad Warren
2021-01-05Forbid os.readlink() (#8472)Adrien Ferrand
2020-12-22Edit certs -> certificates in user-facing text. (#8541)Jacob Hoffman-Andrews
2020-12-22fix fix_test_non_systemd_os_info (#8539)Brad Warren
2020-12-18update_account: print correct message for -m "" (#8537)alexzorin
2020-12-04Removed some unused imports. (#8424)Mads Jensen
2020-12-04cli: clean up `certbot renew` summary (#8503)alexzorin
2020-12-03Fix add deprecated argument (#8500)Brad Warren
2020-11-19Merge pull request #8444 from certbot/ecdsaBrad Warren
2020-11-13cli: improve Obtaining/Renewing wording (#8395)alexzorin
2020-11-13Use better asserts. Added notes to style guide. (#8451)Mads Jensen
2020-11-11Handle unexpected key type migration. (#8435)Adrien Ferrand
2020-11-11Fix #8436 & #8432 tests (#8440)alexzorin
2020-11-10cli: miscellaneous IReporter removals (#8436)alexzorin
2020-11-07certbot.display: add new method to print CLI messages (#8432)alexzorin
2020-11-04Implements support for ECDSA keys. Fixes #2163.test-ec_dsa_2163Mads Jensen
2020-10-27run: dont report new certs when only re-installing (#8392)alexzorin
2020-10-23register: remove report_new_account, use logger (#8393)alexzorin
2020-10-22manual: deprecate --manual-public-ip-logging-ok (#8381)alexzorin
2020-10-15Add confirmation before certificate delete (#8349)osirisinferi
2020-10-05Reuse key renewal params (#8343)Adrien Ferrand
2020-10-01Converted dict comprehensions to use literals. (#8342)Mads Jensen
2020-09-21remove unused ssllabs-related code (#8307)alexzorin
2020-09-19Removed unnecessary unittest.TestCase.setUp/tearDown calls. (#8264)Mads Jensen