| thumbprint | xsd: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
|