Versions in this module Expand all Collapse all v0 v0.0.2 Aug 19, 2022 v0.0.1 Jul 4, 2022 Changes in this version + const MetadataUniqueID + var ClientInsecureSkipVerify = false + var EnableVaultStorage = false + var VaultStoragePrefix = "/ca/certs" + type KeyStore interface + GetCert func() (*x509.Certificate, error) + GetPrivKey func() (crypto.Signer, error) + GetTrustCerts func() ([]*x509.Certificate, error) + var KeyStorer KeyStore