Skip to content

Commit 2574a3e

Browse files
committed
adopt breaking changes of certmagic
1 parent fc8bab1 commit 2574a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/web_acme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func runACME(listenAddr string, m http.Handler) error {
6666
log.Warn("Failed to parse CA Root certificate, using default CA trust: %v", err)
6767
}
6868
}
69-
myACME := certmagic.NewACMEManager(magic, certmagic.ACMEManager{
69+
myACME := certmagic.NewACMEIssuer(magic, certmagic.ACMEIssuer{
7070
CA: setting.AcmeURL,
7171
TrustedRoots: certPool,
7272
Email: setting.AcmeEmail,

0 commit comments

Comments
 (0)