Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type TLSConfig ¶
type TLSConfig struct {
Enabled bool `yaml:"enabled"`
ClientCertsDir string `yaml:"client_certs_dir"`
ServerCertPEMPath string `yaml:"server_cert_pem_path"`
ServerKeyPEMPath string `yaml:"server_key_pem_path"`
RequireAndVerifyClientCert bool `yaml:"require_and_verify_client_cert"`
Config *tls.Config `yaml:"-"`
}
Click to show internal directories.
Click to hide internal directories.