From b29178372b219b1c98432e42e83e24126e0b18ec Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Fri, 12 Jan 2018 10:18:51 -0800 Subject: [PATCH] Enhanced docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3089f8c..55c65ce 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # certexp -report certificate expiry for a collection of servers, which yields equivalent -information to: +A tool that reports certificate expiry for a collection of servers. It yields +equivalent information to: ```bash $ echo | openssl s_client -connect $hostname:$port 2> /dev/null | openssl x509 -noout -dates | grep notAfter ``` +but fetches the information for a colleciton of hosts and does it concurrently. + ## example usage ```bash