Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Certificates ¶
type Certificates struct { Cert []byte Key []byte Ca []byte // contains filtered or unexported fields }
func New ¶
func New(certPath, keyPath, caPath string) (*Certificates, error)
func (*Certificates) DiffAndUpdate ¶
func (c *Certificates) DiffAndUpdate(logger log.FieldLogger)
Click to show internal directories.
Click to hide internal directories.