Documentation ¶
Index ¶
Constants ¶
View Source
const ( CertFilename = "tls.crt" KeyFilename = "tls.key" CiphersEnvName = "TLS_CIPHERS" TLSMinVersionEnvName = "TLS_MIN_VERSION" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TLSInfo ¶
type TLSInfo struct { CertsDirectory string // contains filtered or unexported fields }
func (*TLSInfo) CreateTlsConfig ¶ added in v0.16.1
func (*TLSInfo) InitCryptoConfig ¶ added in v0.16.1
func (ti *TLSInfo) InitCryptoConfig()
Click to show internal directories.
Click to hide internal directories.