Skip to content

Commit 525fbe2

Browse files
author
srvrco
committed
merge branches parsing CN and wildcard certs (2017-02-06)
1 parent 1b748a6 commit 525fbe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

checkssl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@
4444
# 2017-01-09 correct typo in cleanup (to remove all tmp files) (1.14)
4545
# 2017-01-12 updated to ignore -r flag if -c is used. (1.15)
4646
# 2017-01-31 updated variable for auto upgrade location (1.16)
47+
# 2017-02-06 merge branches parsing CN and wildcard certs (1.17)
4748
# ---------------------------------------------------------------------------
4849

4950
PROGNAME=${0##*/}
50-
VERSION="1.16"
51+
VERSION="1.17"
5152

5253
ORIGCMD="$0 $*"
5354
CODE_LOCATION="https://raw.githubusercontent.com/srvrco/checkssl/master/checkssl"

0 commit comments

Comments
 (0)