sslcheck

command module
v0.0.0-...-efdb357 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2018 License: GPL-3.0 Imports: 21 Imported by: 0

README

SSLCheck

SSLCheck is a simple command line tool to verify ssl certificate written in golang.

INSTALLATION

$ go get github.com/feedtailor/SSLCheck
$ go build -o sslcheck github.com/feedtailor/SSLCheck

USAGE

one site
$ echo "http://example.com/" | sslcheck
two or more sites
$ cat sites.txt
http://example.com/
https://example.org/

$ cat sites.txt | sslcheck

OUTPUT

SSLCheck output the tab-delimited text to STDOUT.

http://example.com/	https://example.com/	200	www.example.org	US	Los Angeles	Internet Corporation for Assigned Names and Numbers	Technology	DigiCert SHA2 High Assurance Server CA	DigiCert Inc	2015/11/03 - 2018/11/28	OV
  • original URL
  • verified URL
  • HTTP status
  • Common name
  • Country
  • Locality
  • Organization
  • Organizational Unit
  • Issuer's common name
  • Issuer's organization
  • Validity
  • Type of certificate

LICENSE

Licensed under The GPLv3 License

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL