Module Values.VirtualGatewayClientTlsCertificateSource

An object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.

Sourcetype nonrec t = {
  1. 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) .

    *)
  2. sds : VirtualGatewayListenerTlsSdsCertificate.t option;
    (*

    A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.

    *)
}
Sourceval make : ?file:??? -> ?sds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of FilePath.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t