Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

alanhuang122/ocsp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocsp-utils

Tool to check OCSP status of certificates

This tool allows for the checking of a host's certificate's OCSP status. It automatically retrieves the X.509 certificate presented by the host, extracts the OCSP responder URL from the AIA extension, queries the OCSP responder, and extracts the data from the response.

Usage

pip install -r requirements.txt # ensure you've installed the dependencies
./ocsp.py <hostname>

Releases

No releases published

Packages

No packages published

Languages