# Functions
ParseCertificate parses an x509 certificate.
ParseCertificateDomain parses the certificate served by the given domain.
ParseCertificateFile parses x509 certificate file.
ParseCertificatePEM parses an x509 certificate PEM.
ParseCSRFile uses the helper to parse an x509 CSR PEM file.
ParseCSRPEM uses the helper to parse an x509 CSR PEM.
ParseName parses a new name from a *pkix.Name.
ParseSerialNumber parses the serial number and does a lookup in the data storage used for certificates.
# Structs
Certificate represents a JSON description of an X.509 certificate.
Name represents a JSON description of a PKIX Name.