Versions in this module Expand all Collapse all v0 v0.0.2 Jun 17, 2025 v0.0.1 Jun 17, 2025 Changes in this version + var Logger *log.Logger + var VerboseLogs bool + type CertWatcher struct + func New(certPath, keyPath string) (*CertWatcher, error) + func (cw *CertWatcher) GetCertificate(_ *tls.ClientHelloInfo) (*tls.Certificate, error) + func (cw *CertWatcher) ReadCertificate() error + func (cw *CertWatcher) Start(ctx context.Context) error + func (cw *CertWatcher) Watch()