Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
CAFile string // The CA cert to use for the targets.
CertFile string // The client cert file for the targets.
KeyFile string // The client key file for the targets.
ServerName string // Used to verify the hostname for the targets.
InsecureSkipVerify bool // Disable target certificate validation.
}
Config configures the options for TLS connections.
Click to show internal directories.
Click to hide internal directories.