diff --git a/checkssl b/checkssl index 8193368..68fe112 100755 --- a/checkssl +++ b/checkssl @@ -46,10 +46,11 @@ # 2017-01-31 updated variable for auto upgrade location (1.16) # 2017-02-06 merge branches parsing CN and wildcard certs (1.17) # 2017-02-22 make no output when -u is only arg and no upgrade available (1.18) +# 2017-12-09 Set LC_TIME to be able to parse english month (1.19) # --------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.18" +VERSION="1.19" ORIGCMD="$0 $*" CODE_LOCATION="https://raw.githubusercontent.com/srvrco/checkssl/master/checkssl"