We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f386e2 commit 9882917Copy full SHA for 9882917
cmd/web_acme.go
@@ -54,7 +54,7 @@ func runACME(listenAddr string, m http.Handler) error {
54
altTLSALPNPort = p
55
}
56
57
- magic := certmagic.NewDefault()
+ magic := &certmagic.Default
58
magic.Storage = &certmagic.FileStorage{Path: setting.AcmeLiveDirectory}
59
// Try to use private CA root if provided, otherwise defaults to system's trust
60
var certPool *x509.CertPool
0 commit comments