Browse Source

merged in IPv6 support

pull/122/head
srvrco 9 years ago
parent
commit
e73dca807f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      getssl

+ 2
- 1
getssl View File

@ -109,10 +109,11 @@
# 2016-09-21 Included option to Deactivate an Authorization (1.43)
# 2016-09-22 retry on 500 error from ACME server (1.44)
# 2016-09-22 added additional checks and retry on 500 error from ACME server (1.45)
# 2016-09-24 merged in IPv6 support (1.46)
# ---------------------------------------------------------------------------
PROGNAME=${0##*/}
VERSION="1.45"
VERSION="1.46"
# defaults
CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"


Loading…
Cancel
Save