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
2017-12-09Don't specify setuptools version in dns pluginsrelax-setuptools-depBrad Warren
2017-12-09Revert "Require setuptools>=1.0 in all packages that use the cryptography lib."Brad Warren
2017-12-08Remove slash from document root path in Webroot example (#5293)Michael Coleman
2017-12-08Merge pull request #5304 from certbot/0.20.0-changelogNoah Swartz
2017-12-08Expand on changes to the Apache plugin0.20.0-changelogBrad Warren
2017-12-07Create a new server block when making server block ssl (#5220)ohemorange
2017-12-07Merge pull request #5303 from certbot/candidate-0.20.0Brad Warren
2017-12-07Revert "Nginx reversion (#5299)" (#5305)Brad Warren
2017-12-07Merge pull request #5284 from Eccenux/issue_5274Noah Swartz
2017-12-07Update changelog for 0.20.0Brad Warren
2017-12-07Merge pull request #5228 from jonasbn/masterNoah Swartz
2017-12-07Bump version to 0.21.0Brad Warren
2017-12-07Release 0.20.0v0.20.00.20.xBrad Warren
2017-12-06Nginx reversion (#5299)Brad Warren
2017-12-05Merge pull request #5300 from certbot/flexible-challenge-uri++Brad Warren
2017-12-05Keep the same behavior with the uri attributeBrad Warren
2017-12-05In ACMEv2, challenges have "url" instead of "uri". To handle this smoothly, C...Jacob Hoffman-Andrews
2017-12-05Fix coveralls (#5298)Brad Warren
2017-12-05Stop using new mock functionality in tests (#5295)Brad Warren
2017-12-04Distribution specific override functionality based on class inheritance (#5202)Joona Hoikkala
2017-12-04Don't echo Boulder logs on failure. (#5290)Jacob Hoffman-Andrews
2017-12-02W:266,28: Redefining built-in 'list' (redefined-builtin)Eccenux
2017-12-02code styleEccenux
2017-12-02Quiet pip install output. (#5288)Jacob Hoffman-Andrews
2017-12-02Revert requiring dnsmadeeasy extras for lexicon (#5291)Brad Warren
2017-12-02Remove all but one BOULDER_INTEGRATION, and macOS (#5270)Jacob Hoffman-Andrews
2017-12-02pin pkging tools that have dropped support (#5281)Brad Warren
2017-12-01Switch from nose to pytest (#5282)Brad Warren
2017-11-30Show a diff when re-creating certificate instead of full list of domains #5274Eccenux
2017-11-30Use pip3 if pip isn't available (#5277)Brad Warren
2017-11-29Small Travis cleanups (#5273)Jacob Hoffman-Andrews
2017-11-28change some instances of help to flag (#5248)Noah Swartz
2017-11-28Add nginx to these weird instructions (#5243)Peter Eckersley
2017-11-15Lots of minor small cosmetic changes and addressing the feedback on uniformit...jonasbn
2017-11-15Minor improvement to newly added documentation sectionjonasbn
2017-11-15Added some missing documentationjonasbn
2017-11-12Minor corrections to return types for improved formattingjonasbn
2017-11-12Merge branch 'master' of https://github.com/certbot/certbotjonasbn
2017-11-12Updated parameter types for a lot of parametersm some aspects are still a bug...jonasbn
2017-11-08Install dnsmadeeasy extras from dns-lexicon (#5230)Brad Warren
2017-11-08Making friends with the linterjonasbn
2017-11-07Added a shot at what might be the proper type, I need to get a better underst...jonasbn
2017-11-07I think I figured out the authentication handler objectjonasbn
2017-11-07Specified the list parameters after reading up on lists as parametersjonasbn
2017-11-05First shot at updates at documentation, plenty of questions left at issue #4736jonasbn
2017-11-03Use pipstrap to ensure pip works on older systems (#5216)Brad Warren
2017-11-01Nginx IPv6 support (#5178)Joona Hoikkala
2017-11-01Merge pull request #5205 from mvi-x/masteryomna
2017-10-31Forcing pip to use https on older docker images (#5214)yomna
2017-10-26[#5155] - replaces instances of isinstance(x, str) with isinstance(x, six.str...mvi