# Functions
CertFromFilePair returns an tls.Certificate containing the certificates public/private key pair from a pair of given PEM-encoded files.
CertPoolFromFile returns an x509.CertPool containing the certificates in the given PEM-encoded file.
ClientConfig retusn a TLS configuration for use by a Helm client.
KubeTLSClientConfigFromSecret returns a TLS client config as a `tls.Config` object and in its bytes representation.
LegacyTLSClientConfigFromSecret returns a TLS client config as a `tls.Config` object and in its bytes representation.
NewClientTLS returns tls.Config appropriate for client auth.
ServerConfig returns a TLS configuration for use by the Tiller server.
TLSClientConfigFromSecret returns a TLS client config as a `tls.Config` object and in its bytes representation.
# Constants
No description provided by the author