Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientTLSConfig ¶ added in v1.116.2
NewClientTLSConfig for security.
Types ¶
type Config ¶
type Config struct { Enabled bool `yaml:"enabled" json:"enabled" toml:"enabled"` CertFile string `yaml:"cert_file" json:"cert_file" toml:"cert_file"` KeyFile string `yaml:"key_file" json:"key_file" toml:"key_file"` ClientCertFile string `yaml:"client_cert_file" json:"client_cert_file" toml:"client_cert_file"` ClientKeyFile string `yaml:"client_key_file" json:"client_key_file" toml:"client_key_file"` }
Config for security.
Click to show internal directories.
Click to hide internal directories.