mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-05-18 11:53:56 +08:00
Update deploy/byteplus_alb.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
neil
parent
28f1f07f49
commit
8eea7ca307
@@ -334,7 +334,8 @@ ${_canonical_headers}
|
|||||||
${_signed_headers}
|
${_signed_headers}
|
||||||
${_BYTEPLUS_EMPTY_HASH}"
|
${_BYTEPLUS_EMPTY_HASH}"
|
||||||
|
|
||||||
_debug2 _canonical_request "$_canonical_request"
|
# Do not log _canonical_request because the query string may contain
|
||||||
|
# URL-encoded certificate or private key material.
|
||||||
|
|
||||||
# Hash of canonical request
|
# Hash of canonical request
|
||||||
_cr_hash=$(printf '%s' "$_canonical_request" | openssl dgst -sha256 | awk '{print $NF}')
|
_cr_hash=$(printf '%s' "$_canonical_request" | openssl dgst -sha256 | awk '{print $NF}')
|
||||||
|
|||||||
Reference in New Issue
Block a user