blob: e905a6812544f6a1e65e536671cf0ef3d62f8ba7 (
plain)
1
2
3
4
5
6
7
|
The filenames in the cacerts directory are in the format of <hash>.<n>
where "hash" is the subject hash produced by:
openssl x509 -subject_hash -in filename
and the "n" is a unique integer identifier starting at 0 to deal
with collisions. See OpenSSL's c_rehash manpage for details.
|