mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
opps
This commit is contained in:
parent
331c4bb669
commit
fbad6a392d
2
acme.sh
2
acme.sh
@ -907,7 +907,7 @@ _starttlsserver() {
|
||||
fi
|
||||
|
||||
#start openssl
|
||||
if [ "$DEBUG" ] && [ "$DEBUG" -ge "2" ]
|
||||
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 ) &
|
||||
else
|
||||
(printf "HTTP/1.1 200 OK\r\n\r\n$content" | openssl s_server -cert "$TLS_CERT" -key "$TLS_KEY" -accept $port >/dev/null 2>&1) &
|
||||
|
Loading…
Reference in New Issue
Block a user