OBJECT
GetCertificateInfoReply
Description
Certificate metadata details.
link GraphQL Schema definition
- type GetCertificateInfoReply {
- # The expiration date of the certificate.
- DateTime :
- # The date when the certificate was issued.
- DateTime :
- # The certificate in x509 PEM format.
- String! :
- # To whom the certificate was issued.
- String! :
- # The issuer 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! :
- # The serial number in hexadecimal format of the certificate.
- String! :
- }