go.mod: lego v3.2.0, certmagic v0.8.3, and quic-go v0.13.1

This commit is contained in:
Matthew Holt
2019-11-15 13:08:28 -07:00
parent 12107f035c
commit 6c4cb5006a
7 changed files with 284 additions and 49 deletions
+1 -1
View File
@@ -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
}