An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Root Fetch
==========

[![Build Status](https://travis-ci.org/zmap/rootfetch.svg?branch=master)](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`)