# Functions
No description provided by the author
No description provided by the author
No description provided by the author
CertToPem converts an x509.Certificate object to a pem string.
CSRToPem converts an x509.CertificateRequest to a pem string.
No description provided by the author
GenerateCA generates a CA key pair with the given filename.
No description provided by the author
No description provided by the author
No description provided by the author
GenerateSelfSignedCertificate generates a key/cert pair defined by CertCfg.
GenerateSignedCertificate generate a key and cert defined by CertCfg and signed by CA.
No description provided by the author
PemToCertificate converts a data block to x509.Certificate.
PemToPrivateKey converts a data block to rsa.PrivateKey.
PrivateKey generates an RSA Private key and returns the value.
PrivateKeyToPem converts an rsa.PrivateKey object to pem string.
PublicKeyToPem converts an rsa.PublicKey object to pem string.
SelfSignedCertificate creates a self signed certificate.
SignedCertificate creates a new X.509 certificate based on a template.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
CertCfg contains all needed fields to configure a new certificate.
No description provided by the author
# Type aliases
No description provided by the author