mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Dev (#349)
* rename JWK_HEADER * fix performance * fix performance, use cached nonce * do not register account if already registered * fix thumbprint * minor, reduce the sleep time.
This commit is contained in:
parent
d7c6679d70
commit
f345cc66cf
8
acme.sh
8
acme.sh
@ -1476,7 +1476,7 @@ _starttlsserver() {
|
||||
fi
|
||||
|
||||
serverproc="$!"
|
||||
sleep 2
|
||||
sleep 1
|
||||
_debug serverproc $serverproc
|
||||
}
|
||||
|
||||
@ -2541,7 +2541,7 @@ issue() {
|
||||
return 1
|
||||
fi
|
||||
serverproc="$!"
|
||||
sleep 2
|
||||
sleep 1
|
||||
_debug serverproc $serverproc
|
||||
|
||||
else
|
||||
@ -2641,8 +2641,8 @@ issue() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
_debug "sleep 5 secs to verify"
|
||||
sleep 5
|
||||
_debug "sleep 2 secs to verify"
|
||||
sleep 2
|
||||
_debug "checking"
|
||||
response="$(_get $uri)"
|
||||
if [ "$?" != "0" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user