A newer release of this product is available.
certificateDetails
Suggest changes
The certificateDetails object contains the decoded information about a security certificate.
Object members
This object contains the following members:
Name | Description | Type |
---|---|---|
issuer |
The name of the issuer. |
string |
modulus |
The modulus of the public key. |
string |
notAfter |
The expiry date of the certificate. |
ISO 8601 string |
notBefore |
The start date of the certificate. |
ISO 8601 string |
serial |
The certificate serial number. |
string |
sha1Fingerprint |
The digest of the DER-encoded version of the certificate. |
string |
subject |
The subject name. |
string |