mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-08-13 20:25:10 +00:00
移除部分敏感debug信息
This commit is contained in:
parent
772bbdc862
commit
af534a73fc
@ -183,7 +183,6 @@ tencent_signature_v3() {
|
||||
|
||||
credentialScope="$date/$service/tc3_request"
|
||||
stringToSign="$algorithm\n$timestamp\n$credentialScope\n$(tencent_sha256 "$canonicalRequest")"
|
||||
_debug "stringToSign: $stringToSign"
|
||||
|
||||
secretDate=$(tencent_hmac_sha256 "TC3$secretKey" "$date")
|
||||
secretService=$(tencent_hmac_sha256_hexkey "$secretDate" "$service")
|
||||
|
Loading…
Reference in New Issue
Block a user