From 525fbe2d33f7d3f28306f8262fe1539879f871de Mon Sep 17 00:00:00 2001 From: srvrco Date: Mon, 6 Feb 2017 11:21:29 +0000 Subject: [PATCH] merge branches parsing CN and wildcard certs (2017-02-06) --- checkssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checkssl b/checkssl index 89ab16b..20fecb3 100755 --- a/checkssl +++ b/checkssl @@ -44,10 +44,11 @@ # 2017-01-09 correct typo in cleanup (to remove all tmp files) (1.14) # 2017-01-12 updated to ignore -r flag if -c is used. (1.15) # 2017-01-31 updated variable for auto upgrade location (1.16) +# 2017-02-06 merge branches parsing CN and wildcard certs (1.17) # --------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.16" +VERSION="1.17" ORIGCMD="$0 $*" CODE_LOCATION="https://raw.githubusercontent.com/srvrco/checkssl/master/checkssl"