Skip to content

Extracting Certificate Authorities from a request

License

Notifications You must be signed in to change notification settings

theassyrian/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

  • Python 100.0%