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-04-11PluginStorage to store variables between invocations. (#5468)Joona Hoikkala
2018-04-10Double max_rounds (#5842)Brad Warren
2018-04-05Bump version to 0.24.0Brad Warren
2018-04-05Release 0.23.0v0.23.00.23.xBrad Warren
2018-04-04Revert ACMEv2 default (#5819)Brad Warren
2018-03-31Update default to ACMEv2 server (#5722)Joshua Bowman
2018-03-27fix(auth_handler): cleanup is always called (#5779)sydneyli
2018-03-22logging: log timestamps as local timezone instead of UTC (#5607)sydneyli
2018-03-20Fix cleanup_challenges call (#5761)Brad Warren
2018-03-19Fix typo: damain -> domain (#5756)Gopal Adhikari
2018-03-17feat(nginx plugin): add HSTS enhancement (#5463)sydneyli
2018-03-17Update instances of acme-staging url to acme-staging-v02 (#5734)ohemorange
2018-03-15removes blank line from chain.pem (#5730)Brad Warren
2018-03-12Merge pull request #5682 from certbot/candidate-0.22.0Brad Warren
2018-03-12document resps param (#5695)Brad Warren
2018-03-08Fix --allow-subset-of-names (#5690)Brad Warren
2018-03-07Bump version to 0.23.0Brad Warren
2018-03-07Release 0.22.0v0.22.0Brad Warren
2018-03-07Fallback without dns.resourceRecordSets.list permission (#5678)Brad Warren
2018-03-06Remove the assumption the domain is unique in the manual plugin (#5670)Brad Warren
2018-03-05Ensure fullchain_pem in the order is unicode/str (#5654)Brad Warren
2018-03-02Remove leading *. from default cert name. (#5639)Brad Warren
2018-03-02Add user friendly wildcard error for ACMEv1 (#5636)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-27Fix revocation in ACMEv2 (#5626)Brad Warren
2018-02-27Merge pull request #5605 from certbot/rm-eol-2.6Brad Warren
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-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-21add tests for if partial auth successErica Portnoy
2018-02-21client testErica Portnoy
2018-02-21Fix client testErica 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-17start test updatesErica Portnoy
2018-02-17switch interface to new_order and remove best_effort flagErica Portnoy
2018-02-17pass pem to auth_handlerErica Portnoy