Browse Source

Update revision history and version number

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

+ 3
- 1
getssl View File

@ -229,11 +229,13 @@
# 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)
# 2020-05-14 Add --notify-valid option (exit 2 if certificate is valid)
# 2020-05-23 Fix --revoke (didn't work with ACMEv02) (2.28)
# ----------------------------------------------------------------------------------------
PROGNAME=${0##*/}
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
VERSION="2.27"
VERSION="2.28"
# defaults
ACCOUNT_KEY_LENGTH=4096


Loading…
Cancel
Save