Data Object - SrmSiteHostThumbprintInfo

Property of
SrmSiteConnectionSpec
Returned by
ProbeSsl
Since
SRM API 11.0

Data Object Description

Contains host name/address and required thumbprint to establish connection to the services on that host.

Properties

Name Type Description
hostxsd:string

FQDN or IP address of the host.
thumbprintxsd:string

SHA-2 hash of the SSL certificate of the server at the specified host. 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 Example SSL command to extract SHA-2 fingerprint from host is: openssl s_client -connect : < /dev/null 2>/dev/null | openssl x509 -fingerprint -sha256 -noout -in /dev/stdin
Properties inherited from
None