TSU CA root certificate
The TSU CA root certificate in .pem format
The TSU CA root certificate in .der format
SHA256 fingerprint: 2F:54:C4:D2:B1:15:E9:4E:B8:06:11:4D:46:9D:45:32:E5:4F:E6:7A:95:82:20:F3:C3:C8:F9:31:8C:46:A0:72
MD5 fingerprint: AC:19:52:5A:5D:4C:20:81:97:F2:AB:B7:4E:5D:41:B8
You can verify the fingerprints of TSU CA root certificate by downloading it in any of the above formats and using following openssl commands:
- SHA256 fingerprint:
openssl x509 -sha256 -in cacert.pem -noout -fingerprint
or
openssl x509 -inform DER -sha256 -in cacert.der -noout -fingerprint - MD5 fingerprint:
openssl x509 -md5 -in cacert.pem -noout -fingerprint
or
openssl x509 -inform DER -md5 -in cacert.der -noout -fingerprint