From 9f19977238bd3618192e457e3bfe825ea498aeba Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Sun, 10 May 2020 12:05:32 +0100 Subject: [PATCH] Update revision history and version --- getssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index a92f09b..76714b7 100755 --- a/getssl +++ b/getssl @@ -228,11 +228,12 @@ # 2020-04-22 Fix domain case conversion for different locales - glynge (2.26) # 2020-04-26 Fixed ipv4 confirmation with nslookup - Cyber1000 # 2020-04-29 Fix ftp/sftp problems if challenge starts with a dash +# 2020-05-06 Fix missing fullchain.ec.crt when creating dual certificates (2.27) # ---------------------------------------------------------------------------------------- PROGNAME=${0##*/} PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)" -VERSION="2.26" +VERSION="2.27" # defaults ACCOUNT_KEY_LENGTH=4096