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-03-27add test to make sure ipv6only=on is not erroneously removedipv6onlydupErica Portnoy
2018-03-27Remove ipv6only=on from duplicated vhostsErica Portnoy
2018-03-27add test for remove duplicate ipv6onlyErica Portnoy
2018-03-27Merge branch 'master' into ipv6onlydupErica Portnoy
2018-03-27 Allow 'default' along with 'default_server' in Nginx (#5788)ohemorange
2018-03-27add documentation to obj.pyErica Portnoy
2018-03-26update docstringErica Portnoy
2018-03-26rename delete_default to remove_singleton_listen_paramsErica Portnoy
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-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
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-10-11Fix naming in error message (#5181)Joona Hoikkala
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-30Fix nginx --dry-run (#4889)Brad Warren
2017-06-02Remove reference to .new in Nginx's SSL options. (#4769)Brad Warren
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-16Allow Nginx to insert include files with comments inside (#4666)ohemorange
2017-05-03Add a test for #4557 (#4609)ohemorange
2017-05-03Switch to using include directive for Nginx constants (#4557)ohemorange
2017-05-02Add lockfile (#4449)Brad Warren
2017-04-27fix for issue 4132: increasing server_names_hash_bucket_size if necessary (#4...yomna
2017-04-27Allow empty nginx blocks (#4555)ohemorange
2017-04-14Fix nginx integration tests on Python 3Yen Chi Hsuan
2017-03-31Remove unused default parameter (#4447)Erica Portnoy
2017-03-30Add additional Nginx parsing test case (#4440)Erica Portnoy