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-04Release 1.15.0v1.15.01.15.xBrad Warren
2021-05-04Update changelog for 1.15.0 releaseBrad Warren
2021-05-03fix client email address (#8817)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-22docs: add certbot-dns-azure third-party plugin (#8796)alexzorin
2021-04-22fix ciphers link (#8799)Brad Warren
2021-04-15Expand manual DNS challenge instructions to include mention of propagation ti...osirisinferi
2021-04-10Ensure that mock is pinned (#8786)Brad Warren
2021-04-08Use Python 3 style super (#8777)Brad Warren
2021-04-06Bump version to 1.15.0Brad Warren
2021-04-06Add contents to certbot/CHANGELOG.md for next versionBrad Warren
2021-04-06Release 1.14.0v1.14.01.14.xBrad Warren
2021-04-06Update changelog for 1.14.0 releaseBrad Warren
2021-04-06fix various fd leaks (#8747)alexzorin
2021-04-06Enable mypy strict mode (#8766)test-masterAdrien Ferrand
2021-04-05Use typing-extensions to ensure certbot dev environment is compatible with Py...Adrien Ferrand
2021-04-05use standard errno (#8768)Brad Warren
2021-04-03Update a few type ignore comments (#8767)Brad Warren
2021-04-02Upgrade to mypy 0.812 (#8748)Adrien Ferrand
2021-04-02simplify setup.py (#8760)Brad Warren
2021-03-26Redo the majority of Certbot's pinning system (#8741)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-23docs: rewrite "Automated Renewals" in User Guide (#8717)alexzorin
2021-03-22Remove empty lines from `certbot certificates` when (#8723)osirisinferi
2021-03-22Precise the certificate naming convention mechanism in the compatibility docu...Adrien Ferrand
2021-03-16Update installing from source instructions (#8713)Brad Warren
2021-03-12Fixing imports in cli module (#8708)Adrien Ferrand
2021-03-10Convert Python 2 type hints to Python 3 types annotations (#8640)Adrien Ferrand
2021-03-10remove reference to acme.magic_typing from docs (#8709)Brad Warren
2021-03-10Deprecate acme.typing_magic module, stop using it in certbot (#8643)Adrien Ferrand
2021-03-10dns-digitalocean: use a 30 second TTL (#8693)alexzorin
2021-03-06Removed Python legacy __future__ imports (#8697)Mads Jensen
2021-03-06Final update to certbot-auto (#8706)Brad Warren
2021-03-04Removed a Python 2 fallback in certbot.Reverter. (#8694)Mads Jensen
2021-03-03Bump version to 1.14.0Erica Portnoy
2021-03-03Add contents to certbot/CHANGELOG.md for next versionErica Portnoy
2021-03-03Release 1.13.0v1.13.01.13.xErica Portnoy
2021-03-03Update changelog for 1.13.0 releaseErica Portnoy
2021-03-01revoke: try determine the server automatically (#8691)alexzorin
2021-02-27nginx: authenticate all matching vhosts for HTTP01 (#8663)alexzorin
2021-02-26Dictionaries are ordered by insert by default on Python 3.6. (#8678)Mads Jensen
2021-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen
2021-02-26dont set required to False (#8689)Brad Warren
2021-02-25cli: make key_path and cert_path always be a str (#8687)alexzorin
2021-02-25docs: rewrite "Revoking certificates" (#8657)alexzorin
2021-02-25Remove check for 'fake' in issuer name when renewing certs (#8685)ohemorange
2021-02-22Remove import fallback for collections.abc (#8674)Mads Jensen
2021-02-13Deprecate certbot-auto specific flags (#8641)Adrien Ferrand