OBJECT
GetCertificateInfoReply
Description
Certificate metadata details.
link GraphQL Schema definition
- type GetCertificateInfoReply {
- # The certificate in x509 PEM format.
- : String!
- # The expiration date of the certificate.
- : DateTime
- # The issuer of the certificate.
- : String!
- # The date when the certificate was issued.
- : DateTime
- # To whom the certificate was issued.
- : String!
- # The serial number in hexadecimal format of the certificate.
- : String!
- # The sha-1 fingerprint, in hexadecimal format, of the certificate.
- : String!
- # The sha-256 fingerprint, in hexadecimal format, of the certificate.
- : String!
- }