Versions in this module Expand all Collapse all v0 v0.6.6 Sep 16, 2020 v0.6.5 Sep 16, 2020 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(stopCh <-chan struct{}) error + func (cw *CertWatcher) Watch()