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-01-12match test conf port with command line flagtest-http01-nginx2Erica Portnoy
2018-01-12Merge branch 'http01-nginx' of github.com:certbot/certbot into test-http01-ng...Brad Warren
2018-01-12continue to return None from choose_redirect_vhost when create_if_no_match is...Erica Portnoy
2018-01-12Merge branch 'http01-nginx' into test-http01-nginx2Brad Warren
2018-01-12remove access_log and error_log cruft that wasn't being executedErica Portnoy
2018-01-12remove debuggerErica Portnoy
2018-01-12use domains that have matching addressesErica Portnoy
2018-01-12Merge branch 'http01-nginx' into test-http01-nginx2Brad Warren
2018-01-12properly test for port numberErica Portnoy
2018-01-12faster testsBrad Warren
2018-01-12no auth reuse plzBrad Warren
2018-01-12select an http block instead of httpsErica Portnoy
2018-01-12try better clitest-http01-nginxBrad Warren
2018-01-12fix configurator testErica Portnoy
2018-01-12lintErica Portnoy
2018-01-12test itBrad Warren
2018-01-11rename sni --> http01 in unit testsErica Portnoy
2018-01-11pass existing unit testsErica Portnoy
2018-01-11Change Nginx http01 to modify server block so the site doesn't stop serving w...Erica Portnoy
2018-01-11Initialize addrs_to_addJoona Hoikkala
2018-01-11only remove ssl from addresses during http01Erica Portnoy
2018-01-11test that http01 perform is calledErica Portnoy
2018-01-11python3 compatibilityErica Portnoy
2018-01-11no need to cover raise NotImplementedError() linesErica Portnoy
2018-01-11add pylint disables to the tests to make pylint happier about the inheritance...Erica Portnoy
2018-01-11Make challenges.py more abstract to make lint happierErica Portnoy
2018-01-11challenges_test tests with both tlssni01 and http01Erica Portnoy
2018-01-11remove TODOErica Portnoy
2018-01-11refactor NginxHttp01 and NginxTlsSni01 to both now inherit from NginxChallen...Erica Portnoy
2018-01-11lintErica Portnoy
2018-01-11update existing nginx testsErica Portnoy
2018-01-11support multiple challenge types in configurator.pyErica Portnoy
2018-01-11get http01 challenge workingErica Portnoy
2018-01-11Factor out common challengeperformer logic (#5413)Brad Warren
2018-01-11reduce ipdb version (#5408)Brad Warren
2018-01-10Fix rebootstraping with old venvs (#5392)Brad Warren
2018-01-10Only respect LE_PYTHON inside USE_PYTHON_3 if we know a user must have set it...Brad Warren
2018-01-10Address erikrose's comments on #5329 (#5400)ohemorange
2018-01-10Add deprecation warning for Python 2.6 (#5391)ohemorange
2018-01-10Handle need to rebootstrap before fetch.py (#5389)Brad Warren
2018-01-09Automatically install updates in test script (#5394)Joona Hoikkala
2018-01-09Fix macOS builds for Python2.7 in Travis (#5378)Joona Hoikkala
2018-01-09update Apache ciphersuites (#5383)Brad Warren
2018-01-09Have letsencrypt-auto do a real upgrade in leauto-upgrades option 2 (#5390)Brad Warren
2018-01-09Allow non-interactive revocation without deleting certificates (#5386)Brad Warren
2018-01-09Deprecate Python2.6 by using Python3 on CentOS/RHEL 6 (#5329)ohemorange
2018-01-06Fix letsencrypt-auto name and long forms of -n (#5375)Brad Warren
2018-01-05Broader git ignore for pytest cache files (#5361)Joona Hoikkala
2018-01-05Use apache2ctl modules for Gentoo systems. (#5349)Joona Hoikkala
2018-01-05print as a string (#5359)Noah Swartz