Values.ClientTlsCertificateSourceAn object that represents the client's certificate.
type nonrec t = {file : ListenerTlsFileCertificate.t option;An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
*)sds : ListenerTlsSdsCertificate.t option;A reference to an object that represents a client's TLS Secret Discovery Service certificate.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of FilePath.t ]) list ])
list ]