Versions in this module Expand all Collapse all v1 v1.3.1 Oct 23, 2024 v1.3.0 Sep 13, 2024 Changes in this version + func DecodeCertificates(value []byte) ([]*x509.Certificate, error) + func GetCertificateProviders() map[string]CertificateProvider + func Register(name string, provider CertificateProvider) + type CertStoreConfig map[string]string + type CertificateProvider interface + GetCertificates func(ctx context.Context, attrib map[string]string) ([]*x509.Certificate, CertificatesStatus, error) + type CertificatesStatus map[string]interface