|
|
@ -221,11 +221,11 @@ |
|
|
# 2020-03-30 Fix error message find_dns_utils from over version of "command" |
|
|
# 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) |
|
|
# 2020-03-30 Fix problems if domain name isn't in lowercase (2.22) |
|
|
# 2020-04-16 Add alternative working dirs '/etc/getssl/' '${SCRIPTDIR}/conf' '${SCRIPTDIR}/.getssl' |
|
|
# 2020-04-16 Add alternative working dirs '/etc/getssl/' '${SCRIPTDIR}/conf' '${SCRIPTDIR}/.getssl' |
|
|
# 2020-04-16 Add -i|--install command line option |
|
|
|
|
|
|
|
|
# 2020-04-16 Add -i|--install command line option (2.23) |
|
|
# ---------------------------------------------------------------------------------------- |
|
|
# ---------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
PROGNAME=${0##*/} |
|
|
PROGNAME=${0##*/} |
|
|
VERSION="2.22" |
|
|
|
|
|
|
|
|
VERSION="2.23" |
|
|
|
|
|
|
|
|
# defaults |
|
|
# defaults |
|
|
ACCOUNT_KEY_LENGTH=4096 |
|
|
ACCOUNT_KEY_LENGTH=4096 |
|
|
|