Documentation
¶
Overview ¶
Package localca implements a CA whose state can be stored in a local file or Kubernetes secret.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CA ¶
type CA struct {
ID string
SigningKey crypto.PrivateKey
RootCertificate *x509.Certificate
IntermediateCertificates []*x509.Certificate
}
func GenerateED25519CA ¶
Click to show internal directories.
Click to hide internal directories.