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-21Merge pull request #5767 from certbot/candidate-0.22.x0.22.xBrad Warren
2018-03-20Merge commit 'ea445ed11ee3895e98f92debee541772455fe35b' into candidate-0.22.xBrad Warren
2018-03-20Release 0.22.2v0.22.2Brad Warren
2018-03-20Fix cleanup_challenges call (#5761) (#5762)Brad Warren
2018-03-19Bump version to 0.23.0Brad Warren
2018-03-19Release 0.22.1v0.22.1Brad Warren
2018-03-17Fix acme.client.Client.__init__ (#5747) (#5748)Brad Warren
2018-03-17Update instances of acme-staging url to acme-staging-v02 (#5734) (#5746)Brad Warren
2018-03-15removes blank line from chain.pem (#5730) (#5733)Brad Warren
2018-03-15fix(acme): client._revoke sends default content_type (#5687) (#5726)Brad Warren
2018-03-15Fix --allow-subset-of-names (#5690) (#5725)Brad Warren
2018-03-07Release 0.22.0v0.22.0Brad Warren
2018-03-07Upgrade pipstrap to 1.5.1 (#5681)Brad 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-06Don't report coverage on Apache during integration tests (#5669)Brad Warren
2018-03-06Merge pull request #5672 from certbot/route53_acmev2v2Brad Warren
2018-03-06Remove the need for route53:ListResourceRecordSetsBrad Warren
2018-03-06ACMEv2 support for Route53 pluginJoona Hoikkala
2018-03-05Allow Google DNS plugin to write multiple TXT record values (#5652)Joona Hoikkala
2018-03-05Break lockstep between our packages (#5655)Brad Warren
2018-03-05Ensure fullchain_pem in the order is unicode/str (#5654)Brad Warren
2018-03-02Merge pull request #5628 from certbot/dns-dockerBrad Warren
2018-03-02Fix ipv6only detection (#5648)ohemorange
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-02Nginx plugin wildcard support for ACMEv2 (#5619)ohemorange
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-27Add DNS DockerfilesBrad 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