package
2.5.1+incompatible
Repository: https://github.com/openshift/openshift-azure.git
Documentation: pkg.go.dev
# Functions
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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CertParams defines the parameters which can be passed into NewCert.