Browse Source

Update revision history

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

+ 2
- 1
getssl View File

@ -214,10 +214,11 @@
# 2020-02-13 Fix bug with copying to all locations when creating RSA and ECDSA certs (2.20)
# 2020-02-22 Change sign_string to use openssl asn1parse (better fix for #424)
# 2020-02-23 Add dig to config check for systems without drill (ubuntu)
# 2020-03-11 Use dig +trace to find primary name server and improve dig parsing of CNAME (2.21)
# ----------------------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="2.20"
VERSION="2.21"
# defaults
ACCOUNT_KEY_LENGTH=4096


Loading…
Cancel
Save