2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 06:15:14 +00:00

移除部分敏感debug信息

This commit is contained in:
KincaidYang
2023-09-06 13:09:52 +08:00
committed by GitHub
parent 772bbdc862
commit af534a73fc

View File

@@ -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")