diff --git a/caddytls/httphandler.go b/caddytls/httphandler.go index 2e39fffca..75ec2cc3c 100644 --- a/caddytls/httphandler.go +++ b/caddytls/httphandler.go @@ -25,7 +25,7 @@ import ( "os" "strings" - "github.com/xenolf/lego/acme" + "github.com/xenolf/lego/acmev2" ) const challengeBasePath = "/.well-known/acme-challenge"