mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-20 06:16:17 +00:00
This commit is contained in:
parent
20e51f0b4d
commit
e1db5db8ac
2
acme.sh
2
acme.sh
@ -1841,7 +1841,7 @@ _send_signed_request() {
|
||||
|
||||
_body="$response"
|
||||
if [ "$needbase64" ]; then
|
||||
_body="$(echo "$_body" | _dbase64)"
|
||||
_body="$(echo "$_body" | _dbase64 | tr -d '\0')"
|
||||
_debug3 _body "$_body"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user