xref: /aosp_15_r20/system/ca-certificates/README.cacerts (revision 5f1960b817e804064c27853d851f9c960428cbee)
1*5f1960b8SAndroid Build Coastguard WorkerThe filenames in the cacerts directory are in the format of <hash>.<n>
2*5f1960b8SAndroid Build Coastguard Workerwhere "hash" is the subject hash produced by:
3*5f1960b8SAndroid Build Coastguard Worker
4*5f1960b8SAndroid Build Coastguard Worker    openssl x509 -subject_hash_old -in filename
5*5f1960b8SAndroid Build Coastguard Worker
6*5f1960b8SAndroid Build Coastguard Workerand the "n" is a unique integer identifier starting at 0 to deal
7*5f1960b8SAndroid Build Coastguard Workerwith collisions. See OpenSSL's c_rehash manpage for details.
8