Browse Source

Update version and revision history

pull/620/head
Tim Kimber 5 years ago
parent
commit
a1d4eb00cc
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

@ -247,11 +247,12 @@
# 2020-12-18 Wrong SANS when domain contains a minus character (atisne)
# 2020-12-22 Fixes to get_auth_dns
# 2020-12-22 Check that dig doesn't return an error (#611)(2.32)
# 2020-12-29 Fix dig SOA lookup (#617)(2.33)
# ----------------------------------------------------------------------------------------
PROGNAME=${0##*/}
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
VERSION="2.32"
VERSION="2.33"
# defaults
ACCOUNT_KEY_LENGTH=4096


Loading…
Cancel
Save