Browse Source

Merge pull request #562 from srvrco/release-2.27

Update revision history and version
pull/563/head v2.27
Tim Kimber 6 years ago
committed by GitHub
parent
commit
0d6c2df99c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      getssl

+ 2
- 1
getssl View File

@ -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


Loading…
Cancel
Save