You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
techknowlogick d2ea21d0d8
Use caddy's certmagic library for extensible/robust ACME handling (#14177)
* use certmagic for more extensible/robust ACME cert handling

* accept TOS based on config option

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
3 years ago
..
.codecov.yml Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
.gitignore Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
.travis.yml Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
CHANGELOG.md Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
LICENSE.txt Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
Makefile Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
README.md Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
error.go Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
glide.yaml Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
go.mod Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
go.sum Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago
go113.go Use caddy's certmagic library for extensible/robust ACME handling (#14177) 3 years ago

README.md

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Stable: No breaking changes will be made before 2.0.


Released under the MIT License.