Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 签名方法.md #15933

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/监控与管理/云监控/调用方式/签名方法.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(2)单击【云产品】,选择【监控与管理】栏下的【云API密钥】,进入云API密钥管理页面。
![](https://main.qcloudimg.com/raw/c5f7bf8ad2dd59e7382528da0f63716b.png)

(3)在[云API访问密钥管理](https://console.cloud.tencent.com/capi)页面,单击【新建】即可以创建一对SecretId/SecretKey,每个帐号最多可以拥有两对SecretId/SecretKey。
(3)在[云API访问密钥管理](https://console.cloud.tencent.com/capi)页面,单击【新建】即可以创建一对SecretId/SecretKey,每个账号最多可以拥有两对SecretId/SecretKey。

## 2. 生成签名串
有了安全凭证SecretId 和 SecretKey后,就可以生成签名串了。下面给出了一个生成签名串的详细过程。
Expand Down