# Functions
EncodeCertPEM returns PEM-endcoded certificate data.
EncodePrivateKeyPEM returns PEM-encoded private key data.
NewCertAndKey creates new certificate and key by passing the certificate authority certificate and key.
NewPrivateKey creates an RSA private key.
NewSignedCert creates a signed certificate using the given CA certificate and key.
# Structs
CertConfig is a wrapper around certutil.Config extending it with PublicKeyAlgorithm.