Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = logger.Logger.WithPrefix("Violet Certs")
Functions ¶
This section is empty.
Types ¶
type Certs ¶
type Certs struct {
// contains filtered or unexported fields
}
Certs is the certificate loader and management system.
func (*Certs) Compile ¶
func (c *Certs) Compile()
Compile loads the certificates and keys from the directories.
This method makes use of the rescheduler instead of just ignoring multiple calls.
func (*Certs) GetCertForDomain ¶
func (c *Certs) GetCertForDomain(domain string) *tls.Certificate
Click to show internal directories.
Click to hide internal directories.