Documentation
¶
Overview ¶
Package cert provides certificate management for MITM proxying.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager manages CA certificates for MITM proxying.
func NewManager ¶
NewManager creates a new certificate manager.
func (*Manager) GetCA ¶
func (m *Manager) GetCA() *tls.Certificate
GetCA returns the CA certificate.
func (*Manager) GetCACertPath ¶
GetCACertPath returns the path to the CA certificate file.
Click to show internal directories.
Click to hide internal directories.