https://github.com/grapheneos-archive/platform_system_ca-certificates
https://github.com/grapheneos-archive/platform_system_ca-certificates
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/grapheneos-archive/platform_system_ca-certificates
- Owner: GrapheneOS-Archive
- Created: 2022-11-10T07:58:36.000Z (over 2 years ago)
- Default Branch: 13
- Last Pushed: 2025-01-27T04:36:49.000Z (4 months ago)
- Last Synced: 2025-03-27T09:39:55.774Z (about 2 months ago)
- Language: Python
- Homepage: https://grapheneos.org/
- Size: 1.08 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.cacerts
Awesome Lists containing this project
README
The filenames in the cacerts directory are in the format of .
where "hash" is the subject hash produced by:openssl x509 -subject_hash_old -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.