Browse Source

Update revision history and version

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

+ 6
- 1
getssl View File

@ -242,11 +242,16 @@
# 2020-10-04 Add CHECK_PUBLIC_DNS_SERVER to check the DNS challenge has been updated there
# 2020-10-13 Bugfix: strip comments in drill/dig output (mhameed)
# 2020-11-18 Wildcard support (#347)(#400)(2.31)
# 2020-12-08 Fix mktemp template on alpine (#612)
# 2020-12-17 Fix delimiter issues with ${alldomains[]} in create_csr (#614)(vietw)
# 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)
# ----------------------------------------------------------------------------------------
PROGNAME=${0##*/}
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
VERSION="2.31"
VERSION="2.32"
# defaults
ACCOUNT_KEY_LENGTH=4096


Loading…
Cancel
Save