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-05Python3 now installed as default let's upgrade instead of trying to installpy3-everythingJoona Hoikkala
2018-03-02Merge pull request #5645 from certbot/update-test-everythingBrad Warren
2018-03-01Merge branch 'master' into update-test-everythingBrad Warren
2018-03-01Add basic ACMEv2 integration tests (#5635)Brad Warren
2018-03-01Drop min coverage to 63 (#5641)Brad Warren
2018-03-01Suggest DNS authenticator when it's needed (#5638)Brad Warren
2018-02-28Apache plugin wildcard support for ACMEv2 (#5608)Joona Hoikkala
2018-02-28Fix wildcard issuance (#5620)Brad Warren
2018-02-28Don't run tests with Python 2.6 (#5627)Brad Warren
2018-02-27Fix revocation in ACMEv2 (#5626)Brad Warren
2018-02-27Merge pull request #5605 from certbot/rm-eol-2.6Brad Warren
2018-02-24Remove min version of setuptools (#5617)Nick Bebout
2018-02-23Fix ACMEv2 issues (#5612)Brad Warren
2018-02-22Remove extra `:returns:` (#5611)ohemorange
2018-02-22Add finalize_order to shim object, update Certbot to use it (#5601)ohemorange
2018-02-22Return str rather than bytes (#5585)Marcus LaFerrera
2018-02-22Don't error immediately on wildcards. (#5600)Brad Warren
2018-02-22Finish dropping Python 2.6 and 3.3 supportBrad Warren
2018-02-21update order object with returned authorizations (#5598)ohemorange
2018-02-21Merge pull request #5588 from certbot/request_authorizationsohemorange
2018-02-21add tests for if partial auth successErica Portnoy
2018-02-21client testErica Portnoy
2018-02-21lintErica Portnoy
2018-02-21add new order test for v1Erica Portnoy
2018-02-21Fix client testErica Portnoy
2018-02-21add test for new_order for v2Erica Portnoy
2018-02-21delete key and csr before trying againErica Portnoy
2018-02-21lintErica Portnoy
2018-02-21lintErica Portnoy
2018-02-21support best_effortErica Portnoy
2018-02-21remove if/passErica Portnoy
2018-02-21lintErica Portnoy
2018-02-21client tests passingErica Portnoy
2018-02-21auth_handler tests are happyErica Portnoy
2018-02-21remove extra spacesErica Portnoy
2018-02-21put back in best_effort code, with a todo for actually supporting it in ACMEv2Erica Portnoy
2018-02-20Merge pull request #5594 from DrMattChristian/masterschoen
2018-02-19Add override class for ID="ol" AKA Oracle Linux Server, a clone of CentOS/RHEL.Matt Christian
2018-02-17start test updatesErica Portnoy
2018-02-17switch interface to new_order and remove best_effort flagErica Portnoy
2018-02-17add docstringErica Portnoy
2018-02-17pass pem to auth_handlerErica Portnoy
2018-02-17add and use request_authorizationsErica Portnoy
2018-02-17Drop support for EOL Python 2.6 and 3.3Hugo
2018-02-17Get common name from CSR in new_order in ClientV2 (#5587)ohemorange
2018-02-17Make Certbot depend on josepy (#5542)Brad Warren
2018-02-16Cleanup dockerfile-dev (#5435)Brad Warren
2018-02-16Merge pull request #5578 from certbot/v2-orders-v2ohemorange
2018-02-16Add tests and fix minor bugs in Order supportBrad Warren
2018-02-16ACMEv2: Add Order supportJacob Hoffman-Andrews