Update deploy/byteplus_alb.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
ACHMAD ALIF NASRULLOH
2026-04-05 11:59:17 +07:00
committed by neil
parent 28f1f07f49
commit 8eea7ca307

View File

@@ -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}')