Values.VirtualGatewayClientTlsCertificateSourceAn object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.
type nonrec t = {file : VirtualGatewayListenerTlsFileCertificate.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 : VirtualGatewayListenerTlsSdsCertificate.t option;A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of FilePath.t ]) list ])
list ]