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

neozenith/get-ca-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Archived

Please take a look at Cert Human: SSL Certificates for Humans for an impressive rewrite of this project by lifehackjim

🐍 get-ca-py

Code Style: Black

Extracting Certificate Authorities from a request.

Usage

λ python getcert.py -h
usage: getcert.py [-h] [--verify] [--no-verify] URL

Request any URL and dump the certificate chain

positional arguments:
  URL          Valid https URL to be handled by requests

optional arguments:
  -h, --help   show this help message and exit
  --verify     Explicitly set SSL verification
  --no-verify  Explicitly disable SSL verification

About

Extracting Certificate Authorities from a request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages