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-15Apply review feedback.v2-ordersJacob Hoffman-Andrews
2018-02-14Split up poll_order_and_request_issuance.Jacob Hoffman-Andrews
2018-02-13Merge branch 'v2-orders' of github.com:certbot/certbot into v2-ordersJacob Hoffman-Andrews
2018-02-13Merge branch 'master' of github.com:certbot/certbot into v2-ordersJacob Hoffman-Andrews
2018-02-13Fix test inconsistence in Apache plugin configurator_test (#5520)Joona Hoikkala
2018-02-13Remove autodocs for long-removed acme.other module (#5529)Eli Young
2018-02-13Change "Attempting to parse" warning to info. (#5557)Jacob Hoffman-Andrews
2018-02-13[Docs] restore docs for ppl just using Certbot git master (#5420)Peter Eckersley
2018-02-10Suggest people try the community forum. (#5561)Brad Warren
2018-02-10Merge pull request #5526 from certbot/certificatesschoen
2018-02-09Set ClientNetwork.account after registering (#5558)ohemorange
2018-02-08Use pycryptography.Jacob Hoffman-Andrews
2018-02-08lintJacob Hoffman-Andrews
2018-02-08Update documentation.Jacob Hoffman-Andrews
2018-02-08Merge branch 'master' into v2-ordersJacob Hoffman-Andrews
2018-02-08Add find-duplicative-certs docs (#5547)Brad Warren
2018-02-08Add sudo to certbot-auto instructions. (#5501)Jacob Hoffman-Andrews
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-02-02Use "certificate" instead of "cert" in docs.Jacob Hoffman-Andrews
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
2018-01-16Small cleanup for Apache HTTP-01Brad Warren
2018-01-15Use static directory under workdir for HTTP challenges (#5428)Joona Hoikkala
2018-01-12Implement HTTP-01 challenge for Nginx (#5414)ohemorange