Documentation
¶
Index ¶
- func NewCAPITLSConfig(caPath string, skipCertVerify bool, commonName string) (*tls.Config, error)
- func NewGenericTLSConfig() (*tls.Config, error)
- func NewMutualTLSClientConfig(caPath, certPath, keyPath, commonName string) (*tls.Config, error)
- func NewMutualTLSServerConfig(caPath, certPath, keyPath string) (*tls.Config, error)
- func NewTLSClientConfig(caPath, commonName string) (*tls.Config, error)
- func NewUAATLSConfig(caPath string, skipCertVerify bool) (*tls.Config, error)
- type TLS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCAPITLSConfig ¶
func NewGenericTLSConfig ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.