UploadClientCaCertificate - 上传客户端CA证书

更新时间: 2024-12-26 16:52:46

上传客户端CA证书。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SiteIdlong

站点 ID。

1234567890123
Certificatestring

证书内容。

-----BEGIN CERTIFICATE-----
Namestring

证书名称。

yourCertName

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

0AEDAF20-4DDF-4165-8750-47FF9C1929C9
Idstring

证书 ID。

baba39055622c008b90285a8838ed09a
Statusstring

证书状态。

OK
CommonNamestring

证书通用名称。

www.example.com
NotBeforestring

证书有效期开始时间。

2023-12-01T02:13:07Z
NotAfterstring

证书有效期截止时间。

2024-12-01T02:13:07Z
Issuerstring

证书颁发机构。

GlobalSign nv-sa
SerialNumberstring

证书序列号。

babab9db65ee5efcca9f3d41d4b50d66
FingerprintSha256string

证书 Sha256 指纹。

1dc5fc9af4eead2570c70d94b416130baeb6d4429b51fd3557379588456aca66
SignatureAlgorithmstring

证书签名算法。

SHA256-RSA
ValidityDaysstring

证书有效天数。

300

示例

正常返回示例

JSON格式

{
  "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9",
  "Id": "baba39055622c008b90285a8838ed09a",
  "Status": "OK",
  "CommonName": "www.example.com",
  "NotBefore": "2023-12-01T02:13:07Z",
  "NotAfter": "2024-12-01T02:13:07Z",
  "Issuer": "GlobalSign nv-sa",
  "SerialNumber": "babab9db65ee5efcca9f3d41d4b50d66",
  "FingerprintSha256": "1dc5fc9af4eead2570c70d94b416130baeb6d4429b51fd3557379588456aca66",
  "SignatureAlgorithm": "SHA256-RSA",
  "ValidityDays": "300"
}

错误码

HTTP status code错误码错误信息描述
400Certificate.StatusErrorThe status of the certificate is invalid.证书状态错误。
400InvalidParameter.SiteIdFailed to query the website based on the SiteID you specified. Check parameter SiteId and try again.SiteId参数无效,无法通过指定的SiteId获取对应的站点名称,请确认SiteId后重试。
400MissingSiteIdRequired parameter SiteId missing. Specify SiteId and try again.缺少必填参数SiteId,请指定SiteId参数后重试。
400QuotaCheckFailed.FunctionThe feature is unavailable in your plan. Upgrade the plan or contact your account manager to request the feature.您的套餐不含该功能,请升级套餐或联系商务添加。
400InternalExceptionFailed to call the service. Try again later or contact technical support.调用服务失败,请稍后重试或联系客服咨询详情。
400InvalidParameterThe specified parameter is invalid.输入参数规范校验失败。
403Unauthorized.InvalidTimeThe specified authentication time is invalid.您输入的鉴权时间参数无效,请检查参数值后重试。
403Unauthorized.InvalidTokenToken authentication failed.您输入的token无效,请检查并输入正确的token后进行重试。

访问错误中心查看更多错误码。

上一篇: CreateClientCertificate - 创建客户端证书 下一篇: RevokeClientCertificate - 吊销客户端证书