# Functions
NewDefaultEmbeddedCA creates and initializes a new instance of an embedded CA with a default logger.
NewDefaultEmbeddedCAWithLogger creates and initializes a new instance of an embedded CA with a provided logger.
# Structs
EmbeddedCAConfig is the embedded CA configuration.
# Interfaces
CertificateData contains a x509.Certificate and PEM bytes.
CertificateWithKeyData contains a x509.Certificate and rsa.PrivateKey.
EmbeddedCA represents an embedded bootstrap time only CA.