certificate
Description
x509 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 | Flag if 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 | Identifies if this certificate has been revoked |
revokedAt | time | The time at which this certificate was revoked |
isVerified | bool | Indicates if the certificate is valid by checking its chain |