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-11-08Bump version to 0.29.0Brad Warren
2018-11-08Release 0.28.0v0.28.00.28.xBrad Warren
2018-11-06Stop preferring TLS-SNI in the Apache, Nginx, and standalone plugins (#6461)ohemorange
2018-10-20Fix ranking of vhosts in Nginx so that all port-matching vhosts come first (#...ohemorange
2018-10-19Add and test new nginx parsing abstractions (#6383)sydneyli
2018-10-17Stop caching the results of ipv6_info in http01.py (#6411)ohemorange
2018-10-15Add debugging info for Nginx tls-sni and http integration tests purposes (#6414)ohemorange
2018-09-18Update parser to match new Nginx functionality (#6381)ohemorange
2018-09-13More detailed error logging for nginx plugin (#6175)David Beitey
2018-09-13Exclude one-time use parameters. Fixes #6118 (#6223)Sam Bull
2018-09-06Bump version to 0.28.0Erica Portnoy
2018-09-06Release 0.27.0v0.27.0Erica Portnoy
2018-08-30Pin the real oldest requirement for nginx tests. (#6327)Brad Warren
2018-07-23Bump the acme version needed for account reuse (#6250)Brad Warren
2018-07-12Bump version to 0.27.0Brad Warren
2018-07-12Release 0.26.0v0.26.0Brad Warren
2018-07-10Remove main components from Alpha. (#6187)Jacob Hoffman-Andrews
2018-07-09Advertise our packages work on Python 3.7. (#6183)Brad Warren
2018-06-28Use greater than or equal to in requirements. (#6117)Brad Warren
2018-06-28fix server_root default tests on macOS (#6149)Brad Warren
2018-06-26Show both possible Nginx default server root values in docs (#6137)ohemorange
2018-06-15Separate integration coverage (#6113)Brad Warren
2018-06-13Require acme>=0.25.0 for nginx (#6099)Brad Warren
2018-06-06Bump version to 0.26.0Brad Warren
2018-06-06Release 0.25.0v0.25.0Brad Warren
2018-06-05Automatically select among default vhosts if we have a port preference in ngi...ohemorange
2018-06-05Allow multiple add_headers directives (#6068)sydneyli
2018-06-05Remove unneeded sys import (#5873)Brad Warren
2018-05-24Add domain to error message when no matching server block found (#6034)ohemorange
2018-05-22Merge pull request #6020 from certbot/mabayhan-patchohemorange
2018-05-18check platform with correct pythonErica Portnoy
2018-05-15Enable checking of type annotation in Nginx plugin (#5997)James Hiebert
2018-05-11Specify that every domain name needs to be under a server_name directive (#5949)ohemorange
2018-05-02Bump version to 0.25.0Brad Warren
2018-05-02Release 0.24.0v0.24.00.24.xBrad Warren
2018-04-17Update constants.pymabayhan
2018-04-13Update constants.pymabayhan
2018-04-05Bump version to 0.24.0Brad Warren
2018-04-05Release 0.23.0v0.23.00.23.xBrad Warren
2018-04-03 Support quoted server names in Nginx (#5811)ohemorange
2018-04-03Fix comparison to check values (#5815)Joona Hoikkala
2018-03-30Revert "Update oldest tests to test against 0.22.0 versions (#5800)" (#5809)Brad Warren
2018-03-28Update oldest tests to test against 0.22.0 versions (#5800)Brad Warren
2018-03-28Add integration tests for nginx plugin (#5441)ohemorange
2018-03-28We don't try to add location blocks through a mechanism that checks REPEATABL...ohemorange
2018-03-28Remove ipv6only=on from duplicated vhosts (#5793)ohemorange
2018-03-27factor out location_directive_for_achall (#5794)ohemorange
2018-03-27 Allow 'default' along with 'default_server' in Nginx (#5788)ohemorange
2018-03-24Refactor _add_directive into separate functions (#5786)ohemorange
2018-03-23Support Openresty in the NGINX plugin (#5467)Alokin Software Pvt Ltd