Browse Source

updated after using shellcheck to maintain a better coding standard

pull/4/head
srvrco 10 years ago
parent
commit
a7cc66a06e
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      checkssl

+ 3
- 2
checkssl View File

@ -23,11 +23,12 @@
# 2015-12-06 Added --expires days argument to set the timescale you want to know about certs coming to end of life (srvrco)
# 2015-12-06 Added --renew argument to list domains ready for renew v0.4 - srvrco)
# 2015-12-19 Added --command argument to perform action to renew certs ( or send email or anything else needed) (v0.5 srvrco)
# 2016-01-07 Added option to just provide domain name on command line (v0.5 srvrco)
# 2016-01-07 Added option to just provide domain name on command line (v0.6 srvrco)
# 2016-01-30 Ipdated after using shellcheck to maintain a better coding standard (0.7)
# ---------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="0.6"
VERSION="0.7"
RENEW_ALERT="30" # set to number of days to be alerted for certificate renewal ( default, can be changed with -expires argument)
clean_up() { # Perform pre-exit housekeeping


Loading…
Cancel
Save