| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The SSL certificate metadata. | ||
| certIdentifier | string | The certificate ID. | cert-123 |
| isChainCompleted | boolean | isChainCompleted | true |
| instanceId | string | The instance ID. | i-bp1234567890 |
| domain | string | The domain name. | api.example.com |
| fingerprint | string | The certificate fingerprint. | A1:B2:C3:D4:E5:F6:78:90:AB:CD:EF:12:34:56:78:90 |
| certName | string | The certificate name. | example.com |
| certId | long | The certificate ID. | 1234567890 |
| commonName | string | The name. | example.com |
| domainMatchCert | boolean | The certificate matching the domain name. | true |
| sans | string | sans | *.example.com,api.example.com,www.example.com |
| notBeforeTimestamp | long | The time when the certificate starts to take effect. | 1234567890000 |
| notAfterTimestamp | long | The time when the certificate expires. | 1234567890000 |
| algorithm | string | The algorithm. | RSA2048 |
| keySize | string | The key size. | 2048 |
| issuer | string | The certificate issuer. | DigiCert Inc |
| serialNo | string | The serial number. | 03:A1:B2:C3:D4:E5:F6:78:90:AB:CD:EF:12:34:56:78:90 |
| md5 | string | The md5 value. | A1B2C3D4E5F67890ABCDEF1234567890 |
| sha2 | string | The sha2 value. | A1B2C3D4E5F67890ABCDEF1234567890ABCDEF1234567890ABCDEF1234567890 |
| signAlgorithm | string | The signature algorithm. | sha256WithRSAEncryption |