Versions in this module Expand all Collapse all v0 v0.1.0 Jul 12, 2021 Changes in this version + type CertificateGetter struct + func NewCertificateGetter(certFile, keyFile, passphrase string) *CertificateGetter + func (cg *CertificateGetter) GetCertificate(clientHello *tls.ClientHelloInfo) (*tls.Certificate, error) + func (cg *CertificateGetter) Reload() error + type ReloadFunc func() error Other modules containing this package github.com/hashicorp/shared-secure-libs