mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
Update deploy/byteplus_alb.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
28f1f07f49
commit
8eea7ca307
1 changed files with 2 additions and 1 deletions
|
|
@ -334,7 +334,8 @@ ${_canonical_headers}
|
|||
${_signed_headers}
|
||||
${_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
|
||||
_cr_hash=$(printf '%s' "$_canonical_request" | openssl dgst -sha256 | awk '{print $NF}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue