Information about the issuer of leaf TLS certificates and the trusted root CA certificate.
@type t() :: %DockerEngineAPI.Model.TlsInfo{ CertIssuerPublicKey: String.t() | nil, CertIssuerSubject: String.t() | nil, TrustRoot: String.t() | nil }