OBJECT

GetCertificateInfoReply

Description

Certificate metadata details.

link GraphQL Schema definition

  • type GetCertificateInfoReply {
  • # The expiration date of the certificate.
  • expiringAt: DateTime
  • # The date when the certificate was issued.
  • issuedOn: DateTime
  • # The certificate in x509 PEM format.
  • certificate: String!
  • # To whom the certificate was issued.
  • issuedTo: String!
  • # The issuer of the certificate.
  • issuedBy: String!
  • # The sha-1 fingerprint, in hexadecimal format, of the certificate.
  • sha1Fingerprint: String!
  • # The sha-256 fingerprint, in hexadecimal format, of the certificate.
  • sha256Fingerprint: String!
  • # The serial number in hexadecimal format of the certificate.
  • serialNumber: String!
  • }

link Require by