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-03-24run arm teststest-crypto-3.4Erica Portnoy
2021-03-24dns plugins don't need augeasErica Portnoy
2021-03-24source bootstrap script and call sudo as neededErica Portnoy
2021-03-24Remove rust if it's installed for test farm testsErica Portnoy
2021-03-23Update sources for test farm testsErica Portnoy
2021-03-20Update cryptography build dependencies for dockerErica Portnoy
2021-03-20add deps for building cryptography in snapsErica Portnoy
2021-03-20run tools/rebuild_certbot_constraints.pyErica Portnoy
2021-03-20Fix comment with instructions for how to use hashinErica Portnoy
2021-03-20Upgrade cryptography to 3.4.6Erica Portnoy
2021-03-20Fix linux-py39-cover test (#8720)ohemorange
2021-03-17switch to wait_until_running (#8715)Brad Warren
2021-03-16Update installing from source instructions (#8713)Brad Warren
2021-03-12Fixing imports in cli module (#8708)Adrien Ferrand
2021-03-12Kill current snapcraft build when a "Chroot problem" is encountered (#8442)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-04Merge pull request #8699 from certbot/candidate-1.13.0Brad Warren
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-27Remove broken test for typing import failure (#8692)Brad Warren
2021-02-27nginx: authenticate all matching vhosts for HTTP01 (#8663)alexzorin
2021-02-26Insert new line before "More details about these changes can be found on our ...Yuma Mihira
2021-02-26Dictionaries are ordered by insert by default on Python 3.6. (#8678)Mads Jensen
2021-02-26Remove import fallback of urllib2 in tests/modification-check. (#8677)Mads Jensen
2021-02-26Stop inheriting from object. It's unneeded on Python 3+. (#8675)Mads Jensen
2021-02-26Python 3 obsoletes explicit __ne__ methods (#8676)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-24Make certbot constraint file independent from certbot-auto + update cryptogra...Adrien Ferrand
2021-02-24upgrade to 3.8.8 (#8682)Brad Warren
2021-02-22Removed backport of unittest.assertLogs (#8673)Mads Jensen
2021-02-22Remove import fallback for collections.abc (#8674)Mads Jensen
2021-02-13Deprecate certbot-auto specific flags (#8641)Adrien Ferrand
2021-02-11Disable certbot-auto upgrade on RHEL-like systems (#8653)Adrien Ferrand
2021-02-09Fix ubuntu package name (#8654)Steffen Neumann
2021-02-09Remove dependency on six (#8650)Brad Warren
2021-02-09Fix Sphinx manpage Building (#8646)sommersoft
2021-02-07Update cli.ini (#8603)Matt W
2021-02-06Remove mock dependency (#8630)Brad Warren