mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-21 22:36:32 -04:00
go.mod: lego v3.2.0, certmagic v0.8.3, and quic-go v0.13.1
This commit is contained in:
@@ -71,7 +71,7 @@ func activateHTTPS(cctx caddy.Context) error {
|
||||
certCache, ok := ctx.instance.Storage[caddytls.CertCacheInstStorageKey].(*certmagic.Cache)
|
||||
ctx.instance.StorageMu.RUnlock()
|
||||
if ok && certCache != nil {
|
||||
err = certCache.RenewManagedCertificates(operatorPresent)
|
||||
err = certCache.RenewManagedCertificates()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user