package
10.1.1+incompatible
Repository: https://github.com/openshift/openshift-azure.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
CertMatchesParams returns true if the given key and cert match the CertParams struct.
NewCA returns a new rsa.PrivateKey and x509.Certificate for a CA corresponding to the given CommonName.
NewCert returns a new rsa.PrivateKey and x509.Certificate for a certificate corresponding to the given CertParams struct.
NewPrivateKey returns a new 2048-bit rsa.PrivateKey.
ParseCert takes certificate as bytes and returns x509.Certificate.
ParseCertChain takes certificate as bytes and returns slice of all x509.Certificate.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UniqueCert takes slice of the certificate and returns certificate slice with unique values.

# Structs

CertParams defines the parameters which can be passed into NewCert.