https://github.com/h1jk/cazilla
An alternative CA list solution.
https://github.com/h1jk/cazilla
certificate-authority mozilla-root-store
Last synced: 3 months ago
JSON representation
An alternative CA list solution.
- Host: GitHub
- URL: https://github.com/h1jk/cazilla
- Owner: H1JK
- License: mit
- Created: 2022-11-19T04:54:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T03:04:54.000Z (over 2 years ago)
- Last Synced: 2025-05-07T06:04:06.510Z (5 months ago)
- Topics: certificate-authority, mozilla-root-store
- Language: Go
- Homepage:
- Size: 122 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cazilla
An alternative CA list solution. Inspired by [SagerNet](https://github.com/SagerNet/SagerNet).---
System CA list is not always reliable for some cases, while users/manufacturers could add their self-signed certificate to CA list and do Man-in-the-middle attacks easily.
Cazilla is based on [Mozilla CA Certificate Program](https://wiki.mozilla.org/CA/Included_Certificates), providing methods to easily download Mozilla included CA list and apply them to your code.
## ExamplesSee [examples](https://github.com/H1JK/cazilla/tree/master/examples).
## Credits
This includes Included CA Certificates (CSV with PEM of raw certificate data) provided by Mozilla.
Users must agree [CCADB Data Usage Terms](https://www.ccadb.org/rootstores/usage#ccadb-data-usage-terms) before use.
Code parts are licensed under [MIT License](https://github.com/H1JK/cazilla/blob/master/LICENSE).