Versions in this module Expand all Collapse all v0 v0.2.0 Feb 21, 2022 v0.1.0 Jan 5, 2022 Changes in this version + type CertGenerator struct + CACert []byte + CAKey []byte + DNSNameToCertArtifacts map[string]*generator.Artifacts + func (cp *CertGenerator) Generate(commonName string) (*generator.Artifacts, error) + func (cp *CertGenerator) SetCA(CAKey, CACert []byte)