We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b718ef0 + 9f19977 commit 0d6c2dfCopy full SHA for 0d6c2df
1 file changed
getssl
@@ -228,11 +228,12 @@
228
# 2020-04-22 Fix domain case conversion for different locales - glynge (2.26)
229
# 2020-04-26 Fixed ipv4 confirmation with nslookup - Cyber1000
230
# 2020-04-29 Fix ftp/sftp problems if challenge starts with a dash
231
+# 2020-05-06 Fix missing fullchain.ec.crt when creating dual certificates (2.27)
232
# ----------------------------------------------------------------------------------------
233
234
PROGNAME=${0##*/}
235
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
-VERSION="2.26"
236
+VERSION="2.27"
237
238
# defaults
239
ACCOUNT_KEY_LENGTH=4096
0 commit comments