Documentation ¶
Index ¶
Constants ¶
View Source
const ( FilePermission os.FileMode = 0644 OrgName = "Intelops" RootCACommonName = "Capten Agent Root CA" ClusterCACertSecretName = "agent-ca-cert" CertManagerNamespace = "cert-manager" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cert ¶
type Cert struct { Cert *x509.Certificate CertData []byte }
type CertificatesData ¶
func GenerateRootCerts ¶
func GenerateRootCerts() (*CertificatesData, error)
type Key ¶
type Key struct { Key *rsa.PrivateKey KeyData []byte }
Click to show internal directories.
Click to hide internal directories.