Skip to content

Utility for determining expiration of SSL certificates

License

Notifications You must be signed in to change notification settings

0xmohit/certmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

certmon

Build Status

Utility for determining SSL certificate expiration. It works by connecting to the specified server on the given port (default 443, if unspecified).

Obtaining

go get github.com/0xmohit/certmon

Usage

Usage of ./certmon:
  -d num
        warn of certificate expiration due in num days (default 7)
  -urls file
        path to file containing the URLs

The file contains one URL on a line. Specify the port with the host name if the port that server listening on is other than 443. Lines can be commented by prefixing with #. A sample file containing URLs is:

duckduckgo.com
someservertomonitor.com:8000

About

Utility for determining expiration of SSL certificates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages