Certificate interface
Properties of the certificate.
Properties
| created |
Certificate created date. |
| expiry |
Certificate expiry date. |
| revocation | Revocations history of a certificate. |
| serial |
Serial number of the certificate. |
| status | Status of the certificate. |
| subject |
Subject name of the certificate. |
| thumbprint | Thumbprint of the certificate. |
Property Details
createdDate
Certificate created date.
createdDate?: string
Property Value
string
expiryDate
Certificate expiry date.
expiryDate?: string
Property Value
string
revocation
serialNumber
Serial number of the certificate.
serialNumber?: string
Property Value
string
status
Status of the certificate.
status?: string
Property Value
string
subjectName
Subject name of the certificate.
subjectName?: string
Property Value
string
thumbprint
Thumbprint of the certificate.
thumbprint?: string
Property Value
string