Type Alias: TLSInfo ​
TLSInfo:
object
Information about the issuer of leaf TLS certificates and the trusted root CA certificate.
Type declaration ​
Name | Type | Description |
---|---|---|
CertIssuerPublicKey ? | string | The base64-url-safe-encoded raw public key bytes of the issuer. |
CertIssuerSubject ? | string | The base64-url-safe-encoded raw subject bytes of the issuer. |
TrustRoot ? | string | The root CA certificate(s) that are used to validate leaf TLS certificates. |