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 522c98d commit 83d2aecCopy full SHA for 83d2aec
cmd/web_acme.go
@@ -54,6 +54,8 @@ func runACME(listenAddr string, m http.Handler) error {
54
altTLSALPNPort = p
55
}
56
57
+ // FIXME: this path is not right, it uses "AppWorkPath" incorrectly, and writes the data into "AppWorkPath/https"
58
+ // Ideally it should migrate to AppDataPath write to "AppDataPath/https"
59
certmagic.Default.Storage = &certmagic.FileStorage{Path: setting.AcmeLiveDirectory}
60
magic := certmagic.NewDefault()
61
// Try to use private CA root if provided, otherwise defaults to system's trust
0 commit comments