Versions in this module Expand all Collapse all v0 v0.1.1 Sep 24, 2024 v0.1.0 Sep 22, 2024 Changes in this version + var ErrAppendCACert = errors.New("failed to append CA certificate") + var ErrMutualAuthParamsNotComplete = errors.New("cert and key are required for a mutual authentication") + func Config(fs afero.Fs, cacert, cert, key string) (*tls.Config, error)