certchk icon indicating copy to clipboard operation
certchk copied to clipboard

quick and dirty https certificate checking tool

Results 4 certchk issues
Sort by recently updated
recently updated
newest added

Hi @mdevan , I stumbled across your blog post in the aftermath of an incident where some of our internal TLS assets expired. I'm planning on using it to build...

As title says. Implemented goroutine approach to make multiple lookups faster.

Added -version to be able to print out tool version, which I've set to 0.1.0. This should hopefully merge fine with #1 :smile:

Added -s for "script output" to make the output a bit more friendly in scripting use Also changed approach slightly for the Flag usage to use flag.StringVar and flag.BoolVar to...