Documentation ¶
Overview ¶
Package clienttls provides tls utilities.
Package clienttls provides tls utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TLS ¶
type TLS struct { Enabled bool `json:"enabled"` // enable/disable TLS SkipVerify bool `json:"skip-verify"` // whether to skip verification of server name & certificate Certfile string `json:"cert-file"` // client certificate Keyfile string `json:"key-file"` // client private key CAfile string `json:"ca-file"` // certificate authority }
TLS stores the client side TLS settings
Click to show internal directories.
Click to hide internal directories.