https://github.com/zmap/rootfetch
Python egg for fetching common certificate root stores
https://github.com/zmap/rootfetch
Last synced: 9 months ago
JSON representation
Python egg for fetching common certificate root stores
- Host: GitHub
- URL: https://github.com/zmap/rootfetch
- Owner: zmap
- License: other
- Created: 2016-07-09T23:52:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T22:07:02.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T18:52:39.660Z (over 1 year ago)
- Language: Python
- Size: 5.94 MB
- Stars: 9
- Watchers: 19
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Root Fetch
==========
[](https://travis-ci.org/zmap/rootfetch)
Root Fetch is a set of python scripts for programmatically retrieving the
root stores from common products. We currently support:
- Apple
- Mozilla NSS
- Microsoft
- Java
- Google CT Servers
Requirements
------------
rootfetch is primarily just a wrapper around other tools, but with a common
interface. As such, it has an eclectic set of requirements.
Mozilla:
- Install extract-nss-root-certs to $PATH. Linux and Mac OS versions are included but not installed
Apple:
- Install Beautiful Soup (`sudo python setup.py develop`)