项目作者: alanhuang122

项目描述 :
Tools to check OCSP status of certificates
高级语言: Python
项目地址: git://github.com/alanhuang122/ocsp-utils.git
创建时间: 2017-07-14T14:17:22Z
项目社区:https://github.com/alanhuang122/ocsp-utils

开源协议:MIT License

下载


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

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