SetCertificate - 配置站点证书

更新时间: 2024-12-26 16:51:04

用于设置某站点下是否启用证书功能及更新证书信息。

调试

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

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
esa:SetCertificatenone
*全部资源
*

请求参数

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

站点 ID。可通过 ListSites 接口获取。

1234567890123
Namestring

证书名称。

yourCertName
CasIdlong

云证书 Id。

30000478
Typestring

证书类型。

  • cas(证书中心证书)

  • upload(自定义上传证书)

cas
Certificatestring

证书内容。

-----BEGIN CERTIFICATE-----
PrivateKeystring

证书私钥。

-----BEGIN PRIVATE KEY-----
Regionstring

地域。

cn-hangzhou
Updateboolean

是否更新证书。

true
Idstring

证书 Id。

30001303

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

A666D44F-19D6-490E-97CF-1A64AB962C57

示例

正常返回示例

JSON格式

{
  "RequestId": "A666D44F-19D6-490E-97CF-1A64AB962C57"
}

错误码

HTTP status code错误码错误信息描述
400Certificate.StatusErrorThe status of the certificate is invalid.证书状态错误。
400Certificate.DuplicatedThe certificate name already exists.证书重复。
400InvalidParameterThe specified parameter is invalid.输入参数规范校验失败。
400InvalidCertificate.NotFoundThe specified certificate does not match the website. Check the validity of the certificate and try again.您提供的证书与该站点不匹配,请确认证书的有效性并重新发起请求。
400InvalidSSLPubThe specified Certificate is invalid.Certificate错误,请重新填写。
400InvalidSSLPriThe specified PrivateKey is invalid.PrivateKey错误,请填写正确的PrivateKey。
400CasId.MissingParameterThe CasId parameter is required.CasId参数缺失。
400PrivateKey.MissingParameterThe PrivateKey parameter is required.PrivateKey参数缺失。
400Certificate.MissingParameterThe Certificate parameter is required.Certificate参数缺失。
400InvalidParameter.SiteIdFailed to query the website based on the SiteID you specified. Check parameter SiteId and try again.SiteId参数无效,无法通过指定的SiteId获取对应的站点名称,请确认SiteId后重试。
400InternalExceptionFailed to call the service. Try again later or contact technical support.调用服务失败,请稍后重试或联系客服咨询详情。
400UpdateFreeCertificate.NotSupportThe free certificate does not support the update operation.免费证书不支持更新操作。
400CertificateDomainNotMatchSiteThe domain name in the specified certificate does not match the site.证书中的域名和当前站点不匹配。
400CertificateNotMatchPrivateKeyThe specified certificate does not match the private key.指定的证书和私钥不匹配。
400CertQuotaCheckFailedThe custom certificate quota verification failed. The number of uploaded certificates exceeds the upper limit allowed for the plan.自定义证书配额校验失败,上传证书数量超过套餐允许上限。
404Certificate.NotFoundThe specified certificate does not exist.指定的证书不存在。

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

变更历史

变更时间变更内容概要操作
2024-12-12OpenAPI 错误码发生变更查看变更详情
2024-10-15OpenAPI 错误码发生变更查看变更详情
2024-10-03OpenAPI 错误码发生变更查看变更详情
2024-09-18OpenAPI 错误码发生变更查看变更详情
2024-09-06OpenAPI 错误码发生变更查看变更详情
上一篇: ListCiphers - 查询密码套件列表 下一篇: 客户端证书