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-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
2018-03-17feat(nginx plugin): add HSTS enhancement (#5463)sydneyli
2018-03-07Bump version to 0.23.0Brad Warren
2018-03-07Release 0.22.0v0.22.0Brad Warren
2018-03-05Break lockstep between our packages (#5655)Brad Warren
2018-03-02Fix ipv6only detection (#5648)ohemorange
2018-03-02Nginx plugin wildcard support for ACMEv2 (#5619)ohemorange
2018-02-27Merge pull request #5605 from certbot/rm-eol-2.6Brad Warren
2018-02-24Remove min version of setuptools (#5617)Nick Bebout
2018-02-22Finish dropping Python 2.6 and 3.3 supportBrad Warren
2018-02-17Drop support for EOL Python 2.6 and 3.3Hugo
2018-01-25Fix Nginx redirect issue (#5479)ohemorange
2018-01-18Bump version to 0.22.0Brad Warren
2018-01-18Release 0.21.0v0.21.0Brad 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-17Handle more edge cases for HTTP-01 support in Nginx (#5421)ohemorange
2018-01-12Implement HTTP-01 challenge for Nginx (#5414)ohemorange
2018-01-11Factor out common challengeperformer logic (#5413)Brad Warren
2018-01-05print as a string (#5359)Noah Swartz
2017-12-11Use josepy instead of acme.jose. (#5203)Jannis Leidel
2017-12-07Create a new server block when making server block ssl (#5220)ohemorange