Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type X509KeyPair ¶
type X509KeyPair struct {
KeyPath string `json:""`
CrtPath string `json:""`
CaPath string `json:""`
Key string `json:"key"`
Crt string `json:"crt"`
Ca string `json:"ca"`
// contains filtered or unexported fields
}
func (*X509KeyPair) Init ¶
func (c *X509KeyPair) Init() error
func (*X509KeyPair) IsZero ¶ added in v1.5.3
func (c *X509KeyPair) IsZero() bool
func (*X509KeyPair) TLSConfig ¶
func (c *X509KeyPair) TLSConfig() *tls.Config
Click to show internal directories.
Click to hide internal directories.