Versions in this module Expand all Collapse all v0 v0.1.2 Sep 4, 2018 v0.1.1 Aug 24, 2018 Changes in this version + func ServiceToCommonName(serviceNamespace, serviceName string) string + type Artifacts struct + CACert []byte + Cert []byte + Key []byte + type CertGenerator interface + Generate func(CommonName string) (*Artifacts, error) + type SelfSignedCertGenerator struct + func (cp *SelfSignedCertGenerator) Generate(commonName string) (*Artifacts, error)