Versions in this module Expand all Collapse all v0 v0.0.2 Dec 29, 2024 v0.0.1 Dec 28, 2024 Changes in this version + var ErrFailedToLoadCACert = errors.New("failed to load CACertificate") + type Config struct + CACertFile string + ClientCertFile string + ClientKeyFile string + Enabled bool + Insecure bool + ServerName string + func (c *Config) ClientTLSConfig() (*tls.Config, error)