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 180f570 commit 7c0b9aaCopy full SHA for 7c0b9aa
auth_server/main.go
@@ -79,6 +79,7 @@ func ServeOnce(c *server.Config, cf string, hd *httpdown.HTTP) (*server.AuthServ
79
} else if c.Server.LetsEncrypt.Email != "" {
80
m := &autocert.Manager{
81
Email: c.Server.LetsEncrypt.Email,
82
+ Cache: autocert.DirCache(c.Server.LetsEncrypt.CacheDir),
83
Prompt: autocert.AcceptTOS,
84
}
85
if c.Server.LetsEncrypt.Host != "" {
0 commit comments