blob: ca5c570d8142b8f3e136e10b6d17ebd5bcb2f34c [file] [log] [blame]
Brian Carlstrom06fc3972011-04-26 11:34:16 -07001The filenames in the cacerts directory are in the format of <hash>.<n>
2where "hash" is the subject hash produced by:
3
Alex Klyubin503fb7a2014-12-05 09:58:20 -08004 openssl x509 -subject_hash_old -in filename
Brian Carlstrom06fc3972011-04-26 11:34:16 -07005
6and the "n" is a unique integer identifier starting at 0 to deal
7with collisions. See OpenSSL's c_rehash manpage for details.