mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-13 01:41:47 +00:00
remove the default value 'no'
This commit is contained in:
parent
7270f277a7
commit
bdbf323fee
15
acme.sh
15
acme.sh
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
VER=2.3.0
|
VER=2.3.1
|
||||||
|
|
||||||
PROJECT_NAME="acme.sh"
|
PROJECT_NAME="acme.sh"
|
||||||
|
|
||||||
@ -943,6 +943,7 @@ _starttlsserver() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#start openssl
|
#start openssl
|
||||||
|
_debug "openssl s_server -cert \"$TLS_CERT\" -key \"$TLS_KEY\" -accept $port -naccept 1 -tlsextdebug"
|
||||||
if [ "$DEBUG" ] && [ "$DEBUG" -ge "2" ] ; then
|
if [ "$DEBUG" ] && [ "$DEBUG" -ge "2" ] ; then
|
||||||
(printf "HTTP/1.1 200 OK\r\n\r\n$content" | openssl s_server -cert "$TLS_CERT" -key "$TLS_KEY" -accept $port -naccept 1 -tlsextdebug ) &
|
(printf "HTTP/1.1 200 OK\r\n\r\n$content" | openssl s_server -cert "$TLS_CERT" -key "$TLS_KEY" -accept $port -naccept 1 -tlsextdebug ) &
|
||||||
else
|
else
|
||||||
@ -2533,12 +2534,12 @@ _process() {
|
|||||||
_domain=""
|
_domain=""
|
||||||
_altdomains="no"
|
_altdomains="no"
|
||||||
_webroot=""
|
_webroot=""
|
||||||
_keylength="no"
|
_keylength=""
|
||||||
_accountkeylength="no"
|
_accountkeylength=""
|
||||||
_certpath="no"
|
_certpath=""
|
||||||
_keypath="no"
|
_keypath=""
|
||||||
_capath="no"
|
_capath=""
|
||||||
_fullchainpath="no"
|
_fullchainpath=""
|
||||||
_reloadcmd=""
|
_reloadcmd=""
|
||||||
_password=""
|
_password=""
|
||||||
_accountconf=""
|
_accountconf=""
|
||||||
|
Loading…
Reference in New Issue
Block a user