https://github.com/multi-os-engine/ca-certificates
Multi-OS Engine: CA Certificates
https://github.com/multi-os-engine/ca-certificates
Last synced: 11 months ago
JSON representation
Multi-OS Engine: CA Certificates
- Host: GitHub
- URL: https://github.com/multi-os-engine/ca-certificates
- Owner: multi-os-engine
- Created: 2016-10-17T10:24:35.000Z (over 9 years ago)
- Default Branch: moe-master
- Last Pushed: 2022-07-23T15:25:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T14:33:04.692Z (over 1 year ago)
- Language: Python
- Homepage: https://multi-os-engine.org
- Size: 1.06 MB
- Stars: 0
- Watchers: 6
- Forks: 1
- 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.