Browse Source

merge branches parsing CN and wildcard certs (2017-02-06)

pull/16/head v1.17
srvrco 9 years ago
parent
commit
525fbe2d33
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      checkssl

+ 2
- 1
checkssl View File

@ -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"


Loading…
Cancel
Save