mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-18 21:49:14 -04:00
httpserver: Don't obtain certs for unmanaged configs (fixes #2387)
This commit is contained in:
@@ -38,6 +38,9 @@ func activateHTTPS(cctx caddy.Context) error {
|
||||
|
||||
// place certificates and keys on disk
|
||||
for _, c := range ctx.siteConfigs {
|
||||
if !c.TLS.Managed {
|
||||
continue
|
||||
}
|
||||
if c.TLS.Manager.OnDemand != nil {
|
||||
continue // obtain these certificates on-demand instead
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user