Skip to content

checkSSLSignature is a bash script that uses openssl to verify the signature algorithm of a website's SSL certificate

License

Notifications You must be signed in to change notification settings

miketanderson/checkSSLSignature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

checkSSLSignature

checkSSLSignature is a bash script that uses openssl to verify the signature algorithm of a website's SSL certificate

Usage: checkSSLSignature.sh www.website.com output_certificate_file

Example:

./checkSSLSignature.sh www.google.com google.cert

Outputs

  www.google.com, sha1WithRSAEncryption

About

checkSSLSignature is a bash script that uses openssl to verify the signature algorithm of a website's SSL certificate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages