Values.CertificatesSourceContains one or more certificates or a certificate signing request (CSR).
type nonrec t = {clusterCsr : Cert.t option;The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.
*)hsmCertificate : Cert.t option;The HSM certificate issued (signed) by the HSM hardware.
*)awsHardwareCertificate : Cert.t option;The HSM hardware certificate issued (signed) by CloudHSM.
*)manufacturerHardwareCertificate : Cert.t option;The HSM hardware certificate issued (signed) by the hardware manufacturer.
*)clusterCertificate : Cert.t option;The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
*)}