certificate
Description
X.509 certificate resource
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| pem | string | PEM content |
| fingerprints | map[string]string | Certificate fingerprints |
| serial | string | Serial number |
| subjectKeyID | string | Subject unique identifier |
| authorityKeyID | string | Authority key identifier |
| subject | pkix.name | Subject |
| issuer | pkix.name | Issuer |
| version | int | Version number |
| notBefore | time | Validity period validity period |
| notAfter | time | Validity period not after |
| expiresIn | time | Expiration duration |
| signature | string | Signature |
| signingAlgorithm | string | Signature algorithm ID |
| isCA | bool | Whether the certificate is from a certificate authority |
| keyUsage | []string | Key usage |
| extendedKeyUsage | []string | Extended key usage |
| extensions | []pkix.extension | Extensions |
| policyIdentifier | []string | Policy identifier |
| crlDistributionPoints | []string | CRL distribution points |
| ocspServer | []string | OCSP |
| issuingCertificateUrl | []string | Issuing certificate URL |
| isRevoked | bool | Whether this certificate has been revoked |
| revokedAt | time | The time at which this certificate was revoked |
| isVerified | bool | Whether the certificate is valid (based on its chain) |
| sanExtension | pkix.sanExtension | SAN extension value params |