| Package | Description |
|---|---|
| com.tencentcloudapi.teo.v20220901.models |
| Modifier and Type | Method and Description |
|---|---|
CertificateInfo[] |
MutualTLS.getCertInfos()
Get 双向认证证书列表。
注意:MutualTLS 在 ModifyHostsCertificate 作为入参使用时,该参数传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。
|
CertificateInfo[] |
AccelerationDomainCertificate.getList()
Get 服务端证书列表,相关证书部署在 EO 的入口侧。
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutualTLS.setCertInfos(CertificateInfo[] CertInfos)
Set 双向认证证书列表。
注意:MutualTLS 在 ModifyHostsCertificate 作为入参使用时,该参数传入对应证书的 CertId 即可。您可以前往 [SSL 证书列表](https://console.cloud.tencent.com/ssl) 查看 CertId。
|
void |
AccelerationDomainCertificate.setList(CertificateInfo[] List)
Set 服务端证书列表,相关证书部署在 EO 的入口侧。
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
CertificateInfo(CertificateInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2024. All rights reserved.