Documentation
¶
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 handles TLS certificate operations
func NewManager ¶
NewManager creates a new TLS manager
func (*Manager) GetCertificate ¶
func (m *Manager) GetCertificate() *tls.Certificate
GetCertificate returns the loaded certificate
func (*Manager) GetTLSConfig ¶
GetTLSConfig returns a TLS configuration
func (*Manager) SaveSelfSignedCert ¶
SaveSelfSignedCert saves a self-signed certificate to files
func (*Manager) ValidateExpiry ¶
ValidateExpiry checks if the certificate is expiring soon
Click to show internal directories.
Click to hide internal directories.