Browse Source

Update revision history and version

pull/546/head
Tim Kimber 6 years ago
parent
commit
f7c196602d
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      getssl

+ 2
- 1
getssl View File

@ -223,11 +223,12 @@
# 2020-04-16 Add alternative working dirs '/etc/getssl/' '${PROGDIR}/conf' '${PROGDIR}/.getssl'
# 2020-04-16 Add -i|--install command line option (2.23)
# 2020-04-19 Remove dependency on seq, ensure clean_up doesn't try to delete /tmp (2.24)
# 2020-04-20 Check for domain using all DNS utilities (2.25)
# ----------------------------------------------------------------------------------------
PROGNAME=${0##*/}
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
VERSION="2.24"
VERSION="2.25"
# defaults
ACCOUNT_KEY_LENGTH=4096


Loading…
Cancel
Save