We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b748a6 commit 525fbe2Copy full SHA for 525fbe2
checkssl
@@ -44,10 +44,11 @@
44
# 2017-01-09 correct typo in cleanup (to remove all tmp files) (1.14)
45
# 2017-01-12 updated to ignore -r flag if -c is used. (1.15)
46
# 2017-01-31 updated variable for auto upgrade location (1.16)
47
+# 2017-02-06 merge branches parsing CN and wildcard certs (1.17)
48
# ---------------------------------------------------------------------------
49
50
PROGNAME=${0##*/}
-VERSION="1.16"
51
+VERSION="1.17"
52
53
ORIGCMD="$0 $*"
54
CODE_LOCATION="https://raw.githubusercontent.com/srvrco/checkssl/master/checkssl"
0 commit comments