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-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-09-13More detailed error logging for nginx plugin (#6175)David Beitey
2018-07-10Remove main components from Alpha. (#6187)Jacob Hoffman-Andrews
2018-06-26Show both possible Nginx default server root values in docs (#6137)ohemorange
2018-06-05Automatically select among default vhosts if we have a port preference in ngi...ohemorange
2018-05-24Add domain to error message when no matching server block found (#6034)ohemorange
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-04-03Fix comparison to check values (#5815)Joona Hoikkala
2018-03-28Remove ipv6only=on from duplicated vhosts (#5793)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-02Fix ipv6only detection (#5648)ohemorange
2018-03-02Nginx plugin wildcard support for ACMEv2 (#5619)ohemorange
2018-01-25Fix Nginx redirect issue (#5479)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-05print as a string (#5359)Noah Swartz
2017-12-07Create a new server block when making server block ssl (#5220)ohemorange
2017-12-07Revert "Nginx reversion (#5299)" (#5305)Brad Warren
2017-12-06Nginx reversion (#5299)Brad Warren
2017-11-01Nginx IPv6 support (#5178)Joona Hoikkala
2017-10-21Fix bug that stopped nginx from finding new server block for redirect (#5198)ohemorange
2017-10-20Correctly test for existing Certbot redirect when adding an Nginx redirect bl...ohemorange
2017-10-13Nginx creates a vhost block if no matching block is found (#5153)ohemorange
2017-09-01Use ffdhe2048 Nginx DH params to fix Weak-DH bug (#4973)ohemorange
2017-08-29Make common Installer base class (#5055)Brad Warren
2017-08-28switch from triple quotes to single quotesissue_4792Noah Swartz
2017-08-16link to nginx documentationNoah Swartz
2017-08-16expand nginx no name errorNoah Swartz
2017-08-07Unhide Nginx (#4969)Brad Warren
2017-07-26Change add_server_directives replace=True behavior to attempt to replace, but...ohemorange
2017-06-01Refactor nginx file update mechanism in preparation for working with apache p...ohemorange
2017-05-23Update options-ssl-nginx.conf in`prepare` if it hasn't been manually modified...ohemorange
2017-05-03Switch to using include directive for Nginx constants (#4557)ohemorange
2017-05-02Add lockfile (#4449)Brad Warren
2017-04-14Fix nginx integration tests on Python 3Yen Chi Hsuan
2017-03-31Remove unused default parameter (#4447)Erica Portnoy
2017-03-25Fix nginx parser (#4296)Erica Portnoy
2017-03-17Python 3 compatibility for all tests (#4358)Yen Chi Hsuan
2017-03-16If we fail to reload Nginx, write to temporary files instead of piping output...Erica Portnoy
2017-02-28Fix direct usages of the root logger (#4236)Damien Tournoud
2017-02-01Adding checking name validity to the Apache plugin (#3639)Amjad Mashaal
2017-01-11Break on failure to deploy cert (#4003)Erica Portnoy
2016-12-09make our linter happy (#3881)Brad Warren
2016-11-09Remove get_all_certs_keys() from Apache and Nginx (#3768)Nick Fong
2016-11-08Don't re-add redirects if one exists (#3751)Erica Portnoy
2016-11-08Fix writing pem files with Python3 (#3757)kaiyou