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-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-05Automatically select among default vhosts if we have a port preference in ngi...ohemorange
2018-06-05Allow multiple add_headers directives (#6068)sydneyli
2018-04-03 Support quoted server names in Nginx (#5811)ohemorange
2018-03-24Refactor _add_directive into separate functions (#5786)ohemorange
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-12Implement HTTP-01 challenge for Nginx (#5414)ohemorange
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-12-01Switch from nose to pytest (#5282)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-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-03-25Fix nginx parser (#4296)Erica Portnoy
2017-03-17Python 3 compatibility for all tests (#4358)Yen Chi Hsuan
2017-01-11Break on failure to deploy cert (#4003)Erica Portnoy
2016-12-09make our linter happy (#3881)Brad Warren
2016-12-07Parallalelise nosetests from tox (#3836)Peter Eckersley
2016-12-06Mark Nginx vhosts as ssl when any vhost is on ssl at that address (#3856)Erica Portnoy
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-10-21Allow certbot to get a cert for default_servers (#3652)Erica Portnoy
2016-09-30Update Nginx redirect enhancement process to modify appropriate blocks (#3546)Erica Portnoy
2016-09-26Restructure how Nginx parser re-finds vhosts, and disable creating new server...Erica Portnoy
2016-09-23Merge pull request #3507 from certbot/only-suggest-valid-namesPeter Eckersley
2016-09-22list 'staple-ocsp' as supported in nginxBrad Warren
2016-09-22tie oscp stapling to enhancements systemBrad Warren
2016-09-17Reject domains with only one labelBrad Warren
2016-09-17filter names returned by get_all_namesBrad Warren
2016-08-17don't hardcode certbot commentBrad Warren
2016-08-17Add test to prevent regressing and not copying ssl_options to /etc/letsencryptBrad Warren
2016-08-06Merge remote-tracking branch 'origin/master' into no-conflicting-declarations3Peter Eckersley
2016-08-06Merge remote-tracking branch 'origin/no-conflicting-declarations3' into no-co...Peter Eckersley
2016-07-30Merge remote-tracking branch 'origin/master' into no-conflicting-declarations3Peter Eckersley
2016-07-30Fix a testPeter Eckersley
2016-07-28fix testPeter Eckersley
2016-07-27delintBrad Warren