Documentation ¶
Overview ¶
Package dynamiccert provides a simple way of communicating a dynamically updating PEM-encoded certificate and key.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Private ¶
type Private interface { dynamiccertificates.CertKeyContentProvider SetCertKeyContent(certPEM, keyPEM []byte) error UnsetCertKeyContent() // contains filtered or unexported methods }
func NewServingCert ¶
NewServingCert returns a Private that is go routine safe. It can only hold key pairs that have IsCA=false.
type Public ¶
type Public interface { dynamiccertificates.CAContentProvider // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.