Brian Carlstrom | 06fc397 | 2011-04-26 11:34:16 -0700 | [diff] [blame] | 1 | The filenames in the cacerts directory are in the format of <hash>.<n> |
2 | where "hash" is the subject hash produced by: | ||||
3 | |||||
Alex Klyubin | 503fb7a | 2014-12-05 09:58:20 -0800 | [diff] [blame] | 4 | openssl x509 -subject_hash_old -in filename |
Brian Carlstrom | 06fc397 | 2011-04-26 11:34:16 -0700 | [diff] [blame] | 5 | |
6 | and the "n" is a unique integer identifier starting at 0 to deal | ||||
7 | with collisions. See OpenSSL's c_rehash manpage for details. |