TransportCertificateInfo

更新时间:
复制 MD 格式

名称

类型

描述

示例值

object

网关传输层加密(TCPSSL)证书的详情回显结构

certIdentifier

string

证书标识(APIG 云账号下的证书 ID)

cert-1(1716***@cn-hangzhou 形态)

certName

string

证书名称

cert-name

commonName

string

证书 CN

api.example.com

sans

string

SAN 原始串(逗号/分号/空白分隔,元素可带 DNS:` 前缀)

DNS:*.example.org, DNS:foo.example.net

certificateMatchStatus

string

证书与实例域名匹配状态

Matched

notBeforeTimestamp

integer

生效时间戳(Unix 毫秒,来自证书 beforeDate)

1716336000000

notAfterTimestamp

integer

过期时间戳(Unix 毫秒,来自证书 afterDate)

1747958400000

algorithm

string

签名/密钥算法

RSA_2048

issuer

string

签发机构

DigiCert Secure Site CN CA G3

coveredDomains

array

由 CN+SAN 解析出的覆盖域名集合(小写去重,可含 *. 通配符)

string

域名

["api.example.com","*.example.org","foo.example.net"]

matchedDomains

array

覆盖域名命中的网关实例域名(顺序跟随实例域名,去重)

string

域名

["api.example.com","shop.example.org"]