The 'TLSInfo' is a struct in the 'github.com/coreos/etcd/pkg/transport' package of the Go programming language. It is used in the context of securing communication between client and server using Transport Layer Security (TLS) protocol. The 'TLSInfo' struct contains fields that represent the necessary information for configuring TLS connections, such as the path to the TLS certificate and key files, the trusted CA certificate, and configuration options for TLS versions and cipher suites. This struct provides a convenient way to manage and transport TLS-related information within the etcd ecosystem.
Golang TLSInfo - 18 examples found. These are the top rated real world Golang examples of github.com/coreos/etcd/pkg/transport.TLSInfo extracted from open source projects. You can rate examples to help us improve the quality of examples.