Values.TrustStoreConfigurationSourceDescribes the configuration of a trust store.
type nonrec t = {certificateAuthorityCertificates : CertificateAuthorityCertificates.t;The certificate authority certificate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Base64EncodedCertificateChain.t ] list ])
list ]