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
2018-02-16lintdetect-acme-versionErica Portnoy
2018-02-16nitsErica Portnoy
2018-02-16tests for acme/messages.pyErica Portnoy
2018-02-16add tests for acme/client.pyErica Portnoy
2018-02-15use terms_of_service for both v1 and v2Erica Portnoy
2018-02-15all most review commentsErica Portnoy
2018-02-15use hasattrErica Portnoy
2018-02-15add docstringsErica Portnoy
2018-02-15remove --agree-tos test from main_test for now because we moved the callback ...Erica Portnoy
2018-02-15update certbot and tests to use new_account_and_tos methodErica Portnoy
2018-02-15allow instance variable pass-through and lintErica Portnoy
2018-02-14pass more testsErica Portnoy
2018-02-14update testsErica Portnoy
2018-02-14add tos fields and pass through to v1 for partial updatesErica Portnoy
2018-02-14update to actual representation of tos v2Erica Portnoy
2018-02-14use backwards-compatible format and implement registerErica Portnoy
2018-02-09add returnsErica Portnoy
2018-02-09add shim methodsErica Portnoy
2018-02-09switch to MultiVersionClient object in acmeErica Portnoy
2018-02-08update ClientNetwork.account commentErica Portnoy
2018-02-08add mechanism to detect acme versionErica Portnoy
2018-02-07Update leauto_upgrades with tests from #5402. (#5407)Brad Warren
2018-02-07client.py changes for ACMEv2 (#5287)Jacob Hoffman-Andrews
2018-02-06Update old issue link to point to letsencrypt community forums. (#5538)sydneyli
2018-01-27update changelog for 0.21.1 (#5504)Brad Warren
2018-01-26Update certbot-auto and help (#5487)Brad Warren
2018-01-25Merge pull request #5471 from certbot/issue_5449Noah Swartz
2018-01-25fix test_tests.sh (#5478)Brad Warren
2018-01-25Fix --no-bootstrap on CentOS/RHEL 6 (#5476)Brad Warren
2018-01-25Fix Nginx redirect issue (#5479)ohemorange
2018-01-25Remove Default Detector log line. (#5372)Jacob Hoffman-Andrews
2018-01-25add let's encrypt status to footer and fix linkissue_5449Noah Swartz
2018-01-24Work around Basic Authentication for challenge dir in Apache (#5461)Joona Hoikkala
2018-01-19Merge pull request #5446 from certbot/0.21.0-changelogNoah Swartz
2018-01-18Add 0.21.0 changelogBrad Warren
2018-01-18Merge pull request #5445 from certbot/candidate-0.21.0Brad Warren
2018-01-18Bump version to 0.22.0Brad Warren
2018-01-18Release 0.21.0v0.21.0Brad Warren
2018-01-18hardcode vhosts and names for test (#5444)Brad Warren
2018-01-17Merge pull request #5442 from certbot/apache-http-01Brad Warren
2018-01-17Improve no vhost error messageBrad Warren
2018-01-17Merge branch 'apache-http-01' of github.com:certbot/certbot into apache-http-01Joona Hoikkala
2018-01-17Make sure the HTTP tests do not use wrong vhosts for assertsJoona Hoikkala
2018-01-17Error without vhosts and fix tests token typeBrad Warren
2018-01-17Add (nonexistent) document root so we don't use the default value (#5437)ohemorange
2018-01-17Add a rewrite directive for the .well-known location so we don't hit existing...ohemorange
2018-01-17Add include to every VirtualHost if definite one not found based on nameJoona Hoikkala
2018-01-17Apache HTTP01 ImprovementsBrad Warren
2018-01-17Set up vhost discovery and overrides for HTTP-01Joona Hoikkala
2018-01-17Handle more edge cases for HTTP-01 support in Nginx (#5421)ohemorange