derivedDataType Fingerprint

The fingerprint of the SSH server key(s).
The SSH fingerprint is needed by clients before an SSH connection attempt is carried out.
The FingerPrint format: Multiple two Hexadecimal digit groups separated by a :Example: B7:A8:C6:d5:43:fa:50:43 NULL is also a Valid value.


References from:
CertM; NodeCredential;
stringFingerprint

Valid values: ^(([a-fA-F0-9]{2}[:])*([a-fA-F0-9]{2}))$|^(NULL)$