# Functions
ExportPEM saves a TLS certificate and private key into PEM blobs.
Generate generates a new TLS certificate.
ImportCertificatePEM loads a TLS certificate from an in-memory PEM blob.
ImportKeyPEM loads a private key from an in-memory PEM blob.
ImportPEM loads a TLS certificate and private key from in-memory PEM blobs.
Load loads a TLS certificate and private key.
LoadCertificate loads a TLS certificate.
LoadFromKey loads a private key and regenerates the whole certificate from it.
LoadOrGenerate loads a TLS certificate and private key, or generates one iff they do not exist.
Save saves a TLS certificate and private key.
SaveKey saves the private key from a certificate to a file.
VerifyCertificate verifies a TLS certificate as required by Oasis Core.
# Structs
VerifyOptions are the certificate verification options.