Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
af534a73
Unverified
Commit
af534a73
authored
Sep 06, 2023
by
KincaidYang
Committed by
GitHub
Sep 06, 2023
Browse files
移除部分敏感debug信息
parent
772bbdc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_tencent.sh
View file @
af534a73
...
@@ -183,7 +183,6 @@ tencent_signature_v3() {
...
@@ -183,7 +183,6 @@ tencent_signature_v3() {
credentialScope
=
"
$date
/
$service
/tc3_request"
credentialScope
=
"
$date
/
$service
/tc3_request"
stringToSign
=
"
$algorithm
\n
$timestamp
\n
$credentialScope
\n
$(
tencent_sha256
"
$canonicalRequest
"
)
"
stringToSign
=
"
$algorithm
\n
$timestamp
\n
$credentialScope
\n
$(
tencent_sha256
"
$canonicalRequest
"
)
"
_debug
"stringToSign:
$stringToSign
"
secretDate
=
$(
tencent_hmac_sha256
"TC3
$secretKey
"
"
$date
"
)
secretDate
=
$(
tencent_hmac_sha256
"TC3
$secretKey
"
"
$date
"
)
secretService
=
$(
tencent_hmac_sha256_hexkey
"
$secretDate
"
"
$service
"
)
secretService
=
$(
tencent_hmac_sha256_hexkey
"
$secretDate
"
"
$service
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment