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-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-26rename delete_default to remove_singleton_listen_paramsErica Portnoy
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
2018-01-11Factor out common challengeperformer logic (#5413)Brad Warren
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-09-01Use ffdhe2048 Nginx DH params to fix Weak-DH bug (#4973)ohemorange
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-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-27Allow empty nginx blocks (#4555)ohemorange
2017-03-30Add additional Nginx parsing test case (#4440)Erica Portnoy
2017-03-28Update Nginx ciphersuites to use Mozilla Intermediate (#4426)Erica Portnoy
2017-03-25Fix nginx parser (#4296)Erica Portnoy
2017-03-18Don't save keys/csr on dry run (#4380)Daniel Huang
2017-03-18Merge pull request #4347 from kernelpanek/masterErica Portnoy
2017-03-17Python 3 compatibility for all tests (#4358)Yen Chi Hsuan
2017-03-15New switch for QuotedStrings allows retainer of quotes but my test failsRichard Panek
2017-03-15Fixes issue when parsing an Nginx configuration file containing multiline quo...kernelpanek
2017-02-28Don't crash on listen unix: (#4259)Erica Portnoy
2017-01-27Spelling (#4101)Josh Soref
2017-01-11Break on failure to deploy cert (#4003)Erica Portnoy
2016-12-14Fix certbox-nginx address equality check (#3886)Clif Houck
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-12-06Refactor cli_test.py and main_test.py (#3828)Blake Griffith
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