]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
移除部分敏感debug信息
authorKincaidYang <91786638+KincaidYang@users.noreply.github.com>
Wed, 6 Sep 2023 05:09:52 +0000 (13:09 +0800)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 05:09:52 +0000 (13:09 +0800)
dnsapi/dns_tencent.sh

index b926225b06e041c3d585e59c0150d0f2fdb76ba7..2f8d3b67e65897557aee8d590e764fd660592d3e 100644 (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")