The number of days left until the certificate expires.
The total number of days the certificate is valid.
Optional
errorThe error code if the certificate validation failed.
List of errors encountered during certificate validation.
A boolean indicating if the certificate is expired.
Optional
issuerThe issuer certificate, if available.
Optional
pubkeyThe public key in base64 format.
Optional
rawThe raw certificate in base64 format.
Indicates if the certificate is valid.
Optional
validThe list of valid subject alternative names (SANs) for the certificate.
The date when the certificate becomes valid.
The date when the certificate expires.
List of warnings encountered during certificate validation.
CertificateInfo extends PeerCertificateConverted and includes additional fields for validation status, errors, and warnings. It also includes the issuer certificate if available.