Documentation
¶
Index ¶
- func GenerateSelfSignedCert(serverName string) (any, error)
- func GetCertHash(certFile string, certContent string) ([]string, error)
- func GetTlsPing(domain string, port string) (any, error)
- func NewAutoHttpsConn(conn net.Conn) net.Conn
- func NewAutoHttpsListener(listener net.Listener) net.Listener
- func NewTLSConfig(cert tls.Certificate, domain string) *tls.Config
- type AutoHttpsConn
- type AutoHttpsListener
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSelfSignedCert ¶ added in v1.11.4
func GetCertHash ¶ added in v1.11.2
func NewTLSConfig ¶ added in v1.11.1
func NewTLSConfig(cert tls.Certificate, domain string) *tls.Config
Types ¶
type AutoHttpsConn ¶
type AutoHttpsListener ¶
Click to show internal directories.
Click to hide internal directories.