Browse Source

Update revision history and version number

pull/545/head v2.22
Tim Kimber 6 years ago
parent
commit
e50362501d
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

@ -218,10 +218,12 @@
# 2020-03-12 Fix bug with DNS validation and multiple domains (#524)
# 2020-03-24 Find primary ns using all dns utils (dig, host, nslookup)
# 2020-03-23 Fix staging server URL in domain template (2.21)
# 2020-03-30 Fix error message find_dns_utils from over version of "command"
# 2020-03-30 Fix problems if domain name isn't in lowercase (2.22)
# ----------------------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="2.21"
VERSION="2.22"
# defaults
ACCOUNT_KEY_LENGTH=4096


Loading…
Cancel
Save