Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 682 Bytes

Root Fetch

Build Status

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)