Metadata-Version: 1.1
Name: ocsp_check
Version: 0.0.10
Summary: Perform GET and POST OCSP checks.
Home-page: https://github.com/MKaterbarg/ocsp_check
Author: Martijn Katerbarg
Author-email: martijnkaterbarg@gmail.com
License: MIT
Description: # OCSP Check
        
        Usage Syntax: ocsp_check --POST/--GET -c/-d/-f target
        
        Method Parameters:  
            -p      Perform the OCSP request using an HTTP POST call (--POST works too)  
            -g      Perform the OCSP request using an HTTP GET call (--GET works too)  
        
        Source Parameters:  
            -c      Use a crt.sh ID as target  
            -d      Use a domain / live website as target  
            -f      Use a local file containing a certificate as target  
        
        Target Parameter: In place of target should be a crt.sh ID, domain/website (including https://) or local filename
        
        ocsp_check version 0.0.10  
        Author: Martijn Katerbarg
Platform: UNKNOWN
Requires: requests
Requires: cryptography
