Skip to content

dsdk / v1.47 / TLSInfo

Type Alias: TLSInfo ​

TLSInfo: object

Information about the issuer of leaf TLS certificates and the trusted root CA certificate.

Type declaration ​

NameTypeDescription
CertIssuerPublicKey?stringThe base64-url-safe-encoded raw public key bytes of the issuer.
CertIssuerSubject?stringThe base64-url-safe-encoded raw subject bytes of the issuer.
TrustRoot?stringThe root CA certificate(s) that are used to validate leaf TLS certificates.