We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0107ab commit 7e2f80aCopy full SHA for 7e2f80a
ca/renew.go
@@ -14,7 +14,7 @@ import (
14
// certificate.
15
type RenewFunc func() (*tls.Certificate, error)
16
17
-// TLSRenewer automatically renews a tls certificate using a give RenewFunc.
+// TLSRenewer automatically renews a tls certificate using a RenewFunc.
18
type TLSRenewer struct {
19
sync.RWMutex
20
RenewCertificate RenewFunc
0 commit comments