Versions in this module Expand all Collapse all v0 v0.24.1 Jan 27, 2022 Changes in this version + type CertFetcher struct + Client *http.Client + func (cf *CertFetcher) AzureCertPool(ctx context.Context) (*x509.CertPool, error) + func (cf *CertFetcher) Fetch(ctx context.Context) ([]*x509.Certificate, error) + type CertPoolProvider interface + AzureCertPool func(context.Context) (*x509.CertPool, error)