Versions in this module Expand all Collapse all v0 v0.4.21 Mar 27, 2019 Changes in this version + func EncodeCertPEM(cert *x509.Certificate) []byte + type CA interface + Cert func() *x509.Certificate + NewSignedCert func(cfg certutil.Config, publicKey crypto.PublicKey) (*x509.Certificate, error) + PrivateKey func() SignerWithPEM + func NewSelfSignedCA(commonName string, organization []string) (CA, error) + type SignerWithPEM interface + PEM func() []byte + func NewRSASigner() (SignerWithPEM, error) v0.4.21-kube-v1.14.0-rc.1 Mar 25, 2019