Skip to content

Get basic information about a server's SSL/TLS certificate

License

Notifications You must be signed in to change notification settings

kryptek/ssl_cert_info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssl_cert_info - Get basic information about a server's SSL/TLS certificate.

This little tool prints out information about SSL/TLS certificate for a given host.
It also preforms certificate validation and warns you if a certificate is invalid.

Licensed under GPLv3+.

Requirements:
Recommended: Python 3.3 with SSL support and pyOpenSSL
Minimal: Python 2.7 with SSL support

Without pyOpenSSL, data for self-signed certificates won't be available
Without python3 or python-backports-ssl_match_hostname, no CN validation will be preformed
Without python3, some data might be missing our incomplete

About

Get basic information about a server's SSL/TLS certificate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published