pieterlouw / caddy-net

Proxy server type for Caddy server (https://github.com/mholt/caddy)
Apache License 2.0
66 stars 11 forks source link

Remove parameters to certCache.RenewManagedCertificates #21

Closed danlsgiga closed 4 years ago

danlsgiga commented 4 years ago

This fixes the following build error due to a signature change in the certCache.RenewManagedCertificates method.

/go/pkg/mod/github.com/pieterlouw/caddy-net@v0.1.5/caddynet/netserver/tls.go:77:48: too many arguments in call to certCache.RenewManagedCertificates
    have (bool)
    want ()
hscells commented 4 years ago

Is this package still being maintained? @pieterlouw

pieterlouw commented 4 years ago

Is this package still being maintained? @pieterlouw

Yes it is. Apologies for the delayed responses.