Versions in this module Expand all Collapse all v0 v0.8.6 Apr 21, 2021 v0.8.5 Apr 21, 2021 Changes in this version + 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()