# Functions
EncodeCertPEM embed a certificate in a PEM block.
NewRSASigner generates a private key suitable for a TLS cert (client or server).
NewSelfSignedCA creates a CA and return it with its private key.
# Interfaces
CA is a certificate authority usable to generated signed certificates.
SignerWithPEM is a signer implementation that has its PEM encoded representation attached.