日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

SetCdnDomainSSLCertificate - 設(shè)置CDN域名證書

調(diào)用SetCdnDomainSSLCertificate用于設(shè)置某域名下證書功能是否啟用及更新證書信息。

接口說明

  • 單用戶調(diào)用頻率:30 次/秒。
  • 調(diào)用方式:POST。

調(diào)試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權(quán)信息

下表是API對應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
cdn:SetCdnDomainSSLCertificateupdate
*Domain
acs:cdn:*:{#accountId}:domain/{#DomainName}

請求參數(shù)

名稱類型必填描述示例值
DomainNamestring

指定證書所屬加速域名,需屬于 HTTPS 加速類型。僅支持單個域名。

example.com
CertNamestring

證書名稱,目前只支持單個證書名稱。 CertType=upload 時選填,給新證書的名稱。

yourCertName
CertIdlong

證書 ID。 CertType=cas 時必填,表示選擇已有證書。

8089870
CertTypestring

證書類型。

  • upload:上傳證書。
  • cas:證書中心證書。
upload
SSLProtocolstring

HTTPS 證書是否啟用。

  • on:啟用。
  • off:不啟用。
off
SSLPubstring

安全證書內(nèi)容,不啟用證書則無需輸入,配置證書請輸入證書內(nèi)容。

xxx
SSLPristring

私鑰內(nèi)容,不啟用證書則無需輸入,配置證書請輸入私鑰內(nèi)容。

y****
CertRegionstring

證書所在地域,只有CertType=cas時生效。支持cn-hangzhouap-southeast-1,默認cn-hangzhou。國際站用戶建議使用ap-southeast-1

cn-hangzhou
Envstring

是否灰度下發(fā)證書。 取值:staging:灰度下發(fā)證書。 不傳或者傳任何其他值,都是正式下發(fā)證書。

staging

返回參數(shù)

名稱類型描述示例值
object
RequestIdstring

請求 ID。

A7C69682-7F88-40DD-A198-10D0309E439D

示例

正常返回示例

JSON格式

{
  "RequestId": "A7C69682-7F88-40DD-A198-10D0309E439D\n"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidSSLProtocol.ValueNotSupportedThe specified SSLProtocol is invalid.-
400SSLPub.MissingParameterThe SSLPub parameter is required.SSLPub參數(shù)缺失。
400SSLPri.MissingParameterThe SSLPri parameter is required.SSLPri參數(shù)缺失。
400InvalidSSLPubThe specified SSLPub is invalid.-
400InvalidSSLPriThe specified SSLPri is invalid.-
400Certificate.MissMatchThe SSLPri does not match the certificate.-
400InvalidCertificate.TooLongThe maximum length of the certificate is exceeded.-
400InvalidCertName.TooLongThe length of the certificate name cannot exceed 128 characters.-
400AuthenticationFailedError performing verification.-
400SetDomainCertificate.ParameterErrorThe specified parameters are invalid.指定的參數(shù)無效。
400Certificate.StatusErrorThe status of the certificate is invalid.-
400DeleteFailedError deleting the certificate.-
400Certificate.NotFindThe certificate does not exist.-
400Certificate.DuplicatedThe certificate name already exists.-
400Certificate.FormatErrorThe format of the certificate is invalid.證書格式錯誤
400Certificate.StatusErrorThe certificate does not exist, or the status of the certificate is invalid.-
400Certificate.KeyNullThe private key is required.-
400Key.MalformedThe specified Key format is invalid.-
400CertStorage.failedError saving the certificate.-
400CertificateContent.DuplicatedThe certificate has been uploaded; do not upload again.-
400Certificate.ExpiredThe certificate has expired.-
400InvalidDomain.notOnlineThe domain is offline. Check the status of the domain and try again later.-
400Decode.ErrorError decoding the SSLPub or SSLPri certificate.-
400sslPub.ErrorError encoding SSLPub.-
400sslPri.ErrorError encoding SSLPri.-
400DomainInSafeModeThe domain is in safe mode. To request permission, contact Customer Service.-
400CreateCertificateFailedCreate certificate failed,please try again.-
400Abs.CertRegion.ValueNotSupportedCertRegion is not supported.不支持的證書地域。
400CertNameAlreadyExistsThe CertName already exists.該證書名稱已存在。
400Certificate.ExpiredThe certificate is expired.證書過期了。
400Certificate.MissMatchThe certificate does not match the domain.證書和域名不匹配
400InvalidDomain.OfflineThe domain provided is offline.域名已下線。
400InvalidEnvThe specified Env is invalid.指定的是否灰度下發(fā)證書參數(shù)無效。
403DomainInProtectedModeThe domain is in protection mode. To request permission, contact Customer Service.-
404CertName.MissingParameterYou must specify CertName.-

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內(nèi)容概要操作
2024-11-28OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2024-05-07OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-12-06OpenAPI 錯誤碼發(fā)生變更查看變更詳情
2023-09-04OpenAPI 錯誤碼發(fā)生變更、OpenAPI 入?yún)l(fā)生變更查看變更詳情