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"