# CertChecker A tool to check X509 cert status ## Installation ``` $ gem install cert_checker ``` ## Command Line Usage ``` $ cert_checker cert_checker [-d domain_or_ip] [-f hosts_file] -d host host name, example google.com. more host: -h h1.com -h h2.com -f file hosts file, split hosts by new line, and ignore line whice start by # and empt line ``` ### Examples ``` $ cert_checker -d taobao.com -d xjz.pw ok taobao.com GlobalSign nv-sa 2019-11-13 344 days ok xjz.pw Let's Encrypt 2019-02-18 76 days $ cat >> myhosts <