KincaidYang
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
dnsapi/dns_tencent.sh
|
|
@ -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") |
|
|
|