Data Object - DrConfigCertificateInfo

Returned by
GetCertificateInfo, ProbeSsl
Since
DrConfig API 1.0

Data Object Description

Information about X509 certificate.

Properties

Name Type Description
certificatexsd:string

PEM encoded X509 certificate.
dnsNamexsd:string

DNS name of the server extracted from the certificate. The client is expected to use this DNS name to establish a secure connection to the server.
expiresOn*xsd:dateTime

The date that the certificate expires.

Since DrConfig API 3.0
issuedBy*xsd:string

The ip or FQDN of the issuer. The one who signed the certificate.

Since DrConfig API 3.0
issuedTo*xsd:string

The IP or FQDN of the receiver of the certificate.

Since DrConfig API 3.0
isTrustedxsd:boolean

True if the server can successfully validate the certificate without using thumbprints and false otherwise.
thumbprintxsd:string

SHA-2 hash of the certificate. Format is two capital hexadecimal digits separated by ':'. For example: CF:2B:8A:63:9F:71:63:7C:5D:61:3C:83:A7:D0:17:E0:CA:7C:89:5B:F3:D9:2B:BB:75:12:AA: C2:7C:C5:F3:9A
Properties inherited from
None
*Need not be set