mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-30 13:53:03 +00:00
go.mod: lego v3.2.0, certmagic v0.8.3, and quic-go v0.13.1
This commit is contained in:
parent
12107f035c
commit
6c4cb5006a
7 changed files with 284 additions and 49 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue