Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 856 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 856 Bytes

Certcheck

Certcheck will do inspection of http/s redirections and SSL installation.

Requirements:

Python 3.6+

Installation

pip install certcheck

Documentation

For documentation use $ certcheck --help.

Usage

$ certcheck -d google.com
Certcheck 0.1
Running for domain: google.com
============================== 
http://google.com                --- 301 MOVED PERMANENTLY (http://www.google.com/)
http://www.google.com            --- 200 OK
https://google.com               --- 301 MOVED PERMANENTLY (https://www.google.com/)
https://www.google.com           --- 200 OK
Done in 209 ms.

License

This project is licensed under the terms of the MIT license.